Html Css Color HEX #CCDC74 Goldenrod

📋 copy color: '#CCDC74'

red 204 ◦ green 220 ◦ blue 116

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

Shades of Goldenrod #CCDC74

Tints of Goldenrod #CCDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

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

R = 37.78%
G = 40.74%
B = 21.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#CCDC74 (or 0xCCDC74) is known color: Goldenrod. HEX triplet: CC, DC and 74. RGB value is (204,220,116). Sum of RGB (Red+Green+Blue) = 204+220+116=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC74 is #33238B. Grayscale: #CBCBCB. Windows color (decimal): -3351436 or 7658700. OLE color: 7658700.

HSL color Cylindrical-coordinate representation of color #CCDC74: hue angle of 69.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCDC74 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 116 -
CMYK 0.07 0 0.47 0.14
HSL 69.23º 0.6% 0.66% -
HSV(B) 69.23º 0.47% 0.86% -
XYZ 53.65 65.28 26.3 -
YUV 203.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 204 220 116 0.07 0 0.47 0.14 69.23 0.6 0.66
Hex CC DC 74 7 0 2F E 45 3C 42
Octal 314 334 164 7 0 57 16 105 74 102
Binary 11001100 11011100 1110100 111 0 101111 1110 1000101 111100 1000010

Color Harmonies of #CCDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC74

Black with #CCDC74

Text Example


Text Example

White with #CCDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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