Html Css Color HEX #CBDB72 Goldenrod

📋 copy color: '#CBDB72'

red 203 ◦ green 219 ◦ blue 114

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

Shades of Goldenrod #CBDB72

Tints of Goldenrod #CBDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

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

R = 37.87%
G = 40.86%
B = 21.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#CBDB72 (or 0xCBDB72) is known color: Goldenrod. HEX triplet: CB, DB and 72. RGB value is (203,219,114). Sum of RGB (Red+Green+Blue) = 203+219+114=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB72 is #34248D. Grayscale: #CACACA. Windows color (decimal): -3417230 or 7527371. OLE color: 7527371.

HSL color Cylindrical-coordinate representation of color #CBDB72: hue angle of 69.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBDB72 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 114 -
CMYK 0.07 0 0.48 0.14
HSL 69.14º 0.59% 0.65% -
HSV(B) 69.14º 0.48% 0.86% -
XYZ 53 64.57 25.59 -
YUV 202.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 203 219 114 0.07 0 0.48 0.14 69.14 0.59 0.65
Hex CB DB 72 7 0 30 E 45 3B 41
Octal 313 333 162 7 0 60 16 105 73 101
Binary 11001011 11011011 1110010 111 0 110000 1110 1000101 111011 1000001

Color Harmonies of #CBDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB72

Black with #CBDB72

Text Example


Text Example

White with #CBDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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