Html Css Color HEX #CCD874 Deco

📋 copy color: '#CCD874'

red 204 ◦ green 216 ◦ blue 116

#CCD874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCD874

Tints of Deco #CCD874

RGB

 RED value IS 204 (80.08% from 255) = 38.06%

 GREEN value IS 216 (84.77% from 255) = 40.3%

 BLUE value IS 116 (45.7% from 255) = 21.64%

R = 38.06%
G = 40.3%
B = 21.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCD874 (or 0xCCD874) is known color: Deco. HEX triplet: CC, D8 and 74. RGB value is (204,216,116). Sum of RGB (Red+Green+Blue) = 204+216+116=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD874 is #33278B. Grayscale: #C9C9C9. Windows color (decimal): -3352460 or 7657676. OLE color: 7657676.

HSL color Cylindrical-coordinate representation of color #CCD874: hue angle of 67.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD874 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 116 -
CMYK 0.06 0 0.46 0.15
HSL 67.2º 0.56% 0.65% -
HSV(B) 67.2º 0.46% 0.85% -
XYZ 52.61 63.21 25.95 -
YUV 201.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 204 216 116 0.06 0 0.46 0.15 67.2 0.56 0.65
Hex CC D8 74 6 0 2E F 43 38 41
Octal 314 330 164 6 0 56 17 103 70 101
Binary 11001100 11011000 1110100 110 0 101110 1111 1000011 111000 1000001

Color Harmonies of #CCD874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD874

Black with #CCD874

Text Example


Text Example

White with #CCD874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD874; }

 p { color: rgb(204,216,116); }

 H1.HeaderClassName
 {
   color: #CCD874;
 }
 .AnyTagClassName
 {
   color: #CCD874;
 }
</style>

background-color css

<style>
 a { background-color: #CCD874; }

 a { background-color: rgb(204,216,116); }

 div.DivClassName
 {
   background-color: #CCD874;
 }
 .BgClassName
 {
   background-color: #CCD874;
 }
</style>

border-color css

<style>
 span { border-color: #CCD874; }

 span { border-color: rgb(204,216,116); }

 td.TdClassName
 {
   border-color: #CCD874;
 }
 .TagClassName
 {
   border-color: #CCD874;
 }
</style>