Html Css Color HEX #CCD873 Goldenrod

📋 copy color: '#CCD873'

red 204 ◦ green 216 ◦ blue 115

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

Shades of Goldenrod #CCD873

Tints of Goldenrod #CCD873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.5%

R = 38.13%
G = 40.37%
B = 21.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CCD873 (or 0xCCD873) is known color: Goldenrod. HEX triplet: CC, D8 and 73. RGB value is (204,216,115). Sum of RGB (Red+Green+Blue) = 204+216+115=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD873 is #33278C. Grayscale: #C9C9C9. Windows color (decimal): -3352461 or 7592140. OLE color: 7592140.

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

Color convert

RGB 204 216 115 -
CMYK 0.06 0 0.47 0.15
HSL 67.13º 0.56% 0.65% -
HSV(B) 67.13º 0.47% 0.85% -
XYZ 52.55 63.19 25.65 -
YUV 200.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 204 216 115 0.06 0 0.47 0.15 67.13 0.56 0.65
Hex CC D8 73 6 0 2F F 43 38 41
Octal 314 330 163 6 0 57 17 103 70 101
Binary 11001100 11011000 1110011 110 0 101111 1111 1000011 111000 1000001

Color Harmonies of #CCD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD873

Black with #CCD873

Text Example


Text Example

White with #CCD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD873; }

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

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

background-color css

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

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

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

border-color css

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

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

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