Html Css Color HEX #CB7602 Dark Goldenrod

📋 copy color: '#CB7602'

red 203 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #CB7602

Tints of Dark Goldenrod #CB7602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 62.85%
G = 36.53%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB7602 (or 0xCB7602) is known color: Dark Goldenrod. HEX triplet: CB, 76 and 02. RGB value is (203,118,2). Sum of RGB (Red+Green+Blue) = 203+118+2=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7602 is #3489FD. Grayscale: #828282. Windows color (decimal): -3443198 or 161483. OLE color: 161483.

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

Color convert

RGB 203 118 2 -
CMYK 0 0.42 0.99 0.20
HSL 34.63º 0.98% 0.4% -
HSV(B) 34.63º 0.99% 0.8% -
XYZ 31.12 25.66 3.37 -
YUV 130.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 203 118 2 0 0.42 0.99 0.20 34.63 0.98 0.4
Hex CB 76 2 0 2A 63 14 23 62 28
Octal 313 166 2 0 52 143 24 43 142 50
Binary 11001011 1110110 10 0 101010 1100011 10100 100011 1100010 101000

Color Harmonies of #CB7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7602

Black with #CB7602

Text Example


Text Example

White with #CB7602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7602; }

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

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

background-color css

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

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

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

border-color css

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

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

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