Html Css Color HEX #CCD672 Goldenrod

📋 copy color: '#CCD672'

red 204 ◦ green 214 ◦ blue 114

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

Shades of Goldenrod #CCD672

Tints of Goldenrod #CCD672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 38.35%
G = 40.23%
B = 21.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CCD672 (or 0xCCD672) is known color: Goldenrod. HEX triplet: CC, D6 and 72. RGB value is (204,214,114). Sum of RGB (Red+Green+Blue) = 204+214+114=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD672 is #33298D. Grayscale: #C7C7C7. Windows color (decimal): -3352974 or 7526092. OLE color: 7526092.

HSL color Cylindrical-coordinate representation of color #CCD672: hue angle of 66º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD672 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 114 -
CMYK 0.05 0 0.47 0.16
HSL 66º 0.55% 0.64% -
HSV(B) 66º 0.47% 0.84% -
XYZ 51.99 62.15 25.17 -
YUV 199.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 204 214 114 0.05 0 0.47 0.16 66 0.55 0.64
Hex CC D6 72 5 0 2F 10 42 37 40
Octal 314 326 162 5 0 57 20 102 67 100
Binary 11001100 11010110 1110010 101 0 101111 10000 1000010 110111 1000000

Color Harmonies of #CCD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD672

Black with #CCD672

Text Example


Text Example

White with #CCD672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD672; }

 p { color: rgb(204,214,114); }

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

background-color css

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

 a { background-color: rgb(204,214,114); }

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

border-color css

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

 span { border-color: rgb(204,214,114); }

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