Html Css Color HEX #CB8003 Dark Goldenrod

📋 copy color: '#CB8003'

red 203 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #CB8003

Tints of Dark Goldenrod #CB8003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 60.78%
G = 38.32%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB8003 (or 0xCB8003) is known color: Dark Goldenrod. HEX triplet: CB, 80 and 03. RGB value is (203,128,3). Sum of RGB (Red+Green+Blue) = 203+128+3=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8003 is #347FFC. Grayscale: #888888. Windows color (decimal): -3440637 or 229579. OLE color: 229579.

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

Color convert

RGB 203 128 3 -
CMYK 0 0.37 0.99 0.20
HSL 37.5º 0.97% 0.4% -
HSV(B) 37.5º 0.99% 0.8% -
XYZ 32.36 28.14 3.81 -
YUV 136.18 52.85 175.66 -
System Red Green Blue C M Y K H S L
Decimal 203 128 3 0 0.37 0.99 0.20 37.5 0.97 0.4
Hex CB 80 3 0 25 63 14 26 61 28
Octal 313 200 3 0 45 143 24 46 141 50
Binary 11001011 10000000 11 0 100101 1100011 10100 100110 1100001 101000

Color Harmonies of #CB8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8003

Black with #CB8003

Text Example


Text Example

White with #CB8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8003; }

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

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

background-color css

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

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

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

border-color css

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

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

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