Html Css Color HEX #CCD369 Goldenrod

📋 copy color: '#CCD369'

red 204 ◦ green 211 ◦ blue 105

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

Shades of Goldenrod #CCD369

Tints of Goldenrod #CCD369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.58%

 BLUE value IS 105 (41.41% from 255) = 20.19%

R = 39.23%
G = 40.58%
B = 20.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CCD369 (or 0xCCD369) is known color: Goldenrod. HEX triplet: CC, D3 and 69. RGB value is (204,211,105). Sum of RGB (Red+Green+Blue) = 204+211+105=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD369 is #332C96. Grayscale: #C5C5C5. Windows color (decimal): -3353751 or 6935500. OLE color: 6935500.

HSL color Cylindrical-coordinate representation of color #CCD369: hue angle of 63.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD369 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 105 -
CMYK 0.03 0 0.50 0.17
HSL 63.96º 0.55% 0.62% -
HSV(B) 63.96º 0.5% 0.83% -
XYZ 50.75 60.45 22.36 -
YUV 196.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 204 211 105 0.03 0 0.50 0.17 63.96 0.55 0.62
Hex CC D3 69 3 0 32 11 40 37 3E
Octal 314 323 151 3 0 62 21 100 67 76
Binary 11001100 11010011 1101001 11 0 110010 10001 1000000 110111 111110

Color Harmonies of #CCD369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD369

Black with #CCD369

Text Example


Text Example

White with #CCD369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD369; }

 p { color: rgb(204,211,105); }

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

background-color css

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

 a { background-color: rgb(204,211,105); }

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

border-color css

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

 span { border-color: rgb(204,211,105); }

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