Html Css Color HEX #CB8303 Dark Goldenrod

📋 copy color: '#CB8303'

red 203 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #CB8303

Tints of Dark Goldenrod #CB8303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

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

R = 60.24%
G = 38.87%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB8303 (or 0xCB8303) is known color: Dark Goldenrod. HEX triplet: CB, 83 and 03. RGB value is (203,131,3). Sum of RGB (Red+Green+Blue) = 203+131+3=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8303 is #347CFC. Grayscale: #8A8A8A. Windows color (decimal): -3439869 or 230347. OLE color: 230347.

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

Color convert

RGB 203 131 3 -
CMYK 0 0.35 0.99 0.20
HSL 38.4º 0.97% 0.4% -
HSV(B) 38.4º 0.99% 0.8% -
XYZ 32.76 28.94 3.94 -
YUV 137.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 203 131 3 0 0.35 0.99 0.20 38.4 0.97 0.4
Hex CB 83 3 0 23 63 14 26 61 28
Octal 313 203 3 0 43 143 24 46 141 50
Binary 11001011 10000011 11 0 100011 1100011 10100 100110 1100001 101000

Color Harmonies of #CB8303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8303

Black with #CB8303

Text Example


Text Example

White with #CB8303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8303; }

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

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

background-color css

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

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

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

border-color css

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

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

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