Html Css Color HEX #CB7702 Dark Goldenrod

📋 copy color: '#CB7702'

red 203 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #CB7702

Tints of Dark Goldenrod #CB7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 62.65%
G = 36.73%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB7702 (or 0xCB7702) is known color: Dark Goldenrod. HEX triplet: CB, 77 and 02. RGB value is (203,119,2). Sum of RGB (Red+Green+Blue) = 203+119+2=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7702 is #3488FD. Grayscale: #838383. Windows color (decimal): -3442942 or 161739. OLE color: 161739.

HSL color Cylindrical-coordinate representation of color #CB7702: hue angle of 34.93º 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 #CB7702 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 2 -
CMYK 0 0.41 0.99 0.20
HSL 34.93º 0.98% 0.4% -
HSV(B) 34.93º 0.99% 0.8% -
XYZ 31.24 25.89 3.41 -
YUV 130.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 203 119 2 0 0.41 0.99 0.20 34.93 0.98 0.4
Hex CB 77 2 0 29 63 14 23 62 28
Octal 313 167 2 0 51 143 24 43 142 50
Binary 11001011 1110111 10 0 101001 1100011 10100 100011 1100010 101000

Color Harmonies of #CB7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7702

Black with #CB7702

Text Example


Text Example

White with #CB7702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7702; }

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

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

background-color css

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

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

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

border-color css

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

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

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