Html Css Color HEX #CBD872 Goldenrod

📋 copy color: '#CBD872'

red 203 ◦ green 216 ◦ blue 114

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

Shades of Goldenrod #CBD872

Tints of Goldenrod #CBD872

RGB

 RED value IS 203 (79.69% from 255) = 38.09%

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

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

R = 38.09%
G = 40.53%
B = 21.39%

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

#CBD872 (or 0xCBD872) is known color: Goldenrod. HEX triplet: CB, D8 and 72. RGB value is (203,216,114). Sum of RGB (Red+Green+Blue) = 203+216+114=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD872 is #34278D. Grayscale: #C8C8C8. Windows color (decimal): -3417998 or 7526603. OLE color: 7526603.

HSL color Cylindrical-coordinate representation of color #CBD872: hue angle of 67.65º degrees, saturation: 0.57, 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 #CBD872 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 114 -
CMYK 0.06 0 0.47 0.15
HSL 67.65º 0.57% 0.65% -
HSV(B) 67.65º 0.47% 0.85% -
XYZ 52.22 63.02 25.33 -
YUV 200.49 79.19 129.79 -
System Red Green Blue C M Y K H S L
Decimal 203 216 114 0.06 0 0.47 0.15 67.65 0.57 0.65
Hex CB D8 72 6 0 2F F 44 39 41
Octal 313 330 162 6 0 57 17 104 71 101
Binary 11001011 11011000 1110010 110 0 101111 1111 1000100 111001 1000001

Color Harmonies of #CBD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD872

Black with #CBD872

Text Example


Text Example

White with #CBD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD872; }

 p { color: rgb(203,216,114); }

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

background-color css

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

 a { background-color: rgb(203,216,114); }

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

border-color css

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

 span { border-color: rgb(203,216,114); }

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