Html Css Color HEX #CCD46D Goldenrod

📋 copy color: '#CCD46D'

red 204 ◦ green 212 ◦ blue 109

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

Shades of Goldenrod #CCD46D

Tints of Goldenrod #CCD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.38%

 BLUE value IS 109 (42.97% from 255) = 20.76%

R = 38.86%
G = 40.38%
B = 20.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CCD46D (or 0xCCD46D) is known color: Goldenrod. HEX triplet: CC, D4 and 6D. RGB value is (204,212,109). Sum of RGB (Red+Green+Blue) = 204+212+109=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD46D is #332B92. Grayscale: #C6C6C6. Windows color (decimal): -3353491 or 7197900. OLE color: 7197900.

HSL color Cylindrical-coordinate representation of color #CCD46D: hue angle of 64.66º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCD46D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 109 -
CMYK 0.04 0 0.49 0.17
HSL 64.66º 0.54% 0.63% -
HSV(B) 64.66º 0.49% 0.83% -
XYZ 51.21 61.03 23.55 -
YUV 197.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 204 212 109 0.04 0 0.49 0.17 64.66 0.54 0.63
Hex CC D4 6D 4 0 31 11 41 36 3F
Octal 314 324 155 4 0 61 21 101 66 77
Binary 11001100 11010100 1101101 100 0 110001 10001 1000001 110110 111111

Color Harmonies of #CCD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD46D

Black with #CCD46D

Text Example


Text Example

White with #CCD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD46D; }

 p { color: rgb(204,212,109); }

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

background-color css

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

 a { background-color: rgb(204,212,109); }

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

border-color css

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

 span { border-color: rgb(204,212,109); }

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