Html Css Color HEX #CB8603 Dark Goldenrod

📋 copy color: '#CB8603'

red 203 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #CB8603

Tints of Dark Goldenrod #CB8603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 59.71%
G = 39.41%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB8603 (or 0xCB8603) is known color: Dark Goldenrod. HEX triplet: CB, 86 and 03. RGB value is (203,134,3). Sum of RGB (Red+Green+Blue) = 203+134+3=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8603 is #3479FC. Grayscale: #8C8C8C. Windows color (decimal): -3439101 or 231115. OLE color: 231115.

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

Color convert

RGB 203 134 3 -
CMYK 0 0.34 0.99 0.20
HSL 39.3º 0.97% 0.4% -
HSV(B) 39.3º 0.99% 0.8% -
XYZ 33.17 29.75 4.08 -
YUV 139.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 203 134 3 0 0.34 0.99 0.20 39.3 0.97 0.4
Hex CB 86 3 0 22 63 14 27 61 28
Octal 313 206 3 0 42 143 24 47 141 50
Binary 11001011 10000110 11 0 100010 1100011 10100 100111 1100001 101000

Color Harmonies of #CB8603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8603

Black with #CB8603

Text Example


Text Example

White with #CB8603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8603; }

 p { color: rgb(203,134,3); }

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

background-color css

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

 a { background-color: rgb(203,134,3); }

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

border-color css

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

 span { border-color: rgb(203,134,3); }

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