Html Css Color HEX #CB9702 Dark Goldenrod

📋 copy color: '#CB9702'

red 203 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #CB9702

Tints of Dark Goldenrod #CB9702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 57.02%
G = 42.42%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB9702 (or 0xCB9702) is known color: Dark Goldenrod. HEX triplet: CB, 97 and 02. RGB value is (203,151,2). Sum of RGB (Red+Green+Blue) = 203+151+2=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9702 is #3468FD. Grayscale: #969696. Windows color (decimal): -3434750 or 169931. OLE color: 169931.

HSL color Cylindrical-coordinate representation of color #CB9702: hue angle of 44.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9702 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 2 -
CMYK 0 0.26 0.99 0.20
HSL 44.48º 0.98% 0.4% -
HSV(B) 44.48º 0.99% 0.8% -
XYZ 35.71 34.83 4.9 -
YUV 149.56 44.73 166.12 -
System Red Green Blue C M Y K H S L
Decimal 203 151 2 0 0.26 0.99 0.20 44.48 0.98 0.4
Hex CB 97 2 0 1A 63 14 2C 62 28
Octal 313 227 2 0 32 143 24 54 142 50
Binary 11001011 10010111 10 0 11010 1100011 10100 101100 1100010 101000

Color Harmonies of #CB9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9702

Black with #CB9702

Text Example


Text Example

White with #CB9702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9702; }

 p { color: rgb(203,151,2); }

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

background-color css

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

 a { background-color: rgb(203,151,2); }

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

border-color css

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

 span { border-color: rgb(203,151,2); }

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