Html Css Color HEX #CB8304 Dark Goldenrod

📋 copy color: '#CB8304'

red 203 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #CB8304

Tints of Dark Goldenrod #CB8304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 60.06%
G = 38.76%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB8304 (or 0xCB8304) is known color: Dark Goldenrod. HEX triplet: CB, 83 and 04. RGB value is (203,131,4). Sum of RGB (Red+Green+Blue) = 203+131+4=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8304 is #347CFB. Grayscale: #8A8A8A. Windows color (decimal): -3439868 or 295883. OLE color: 295883.

HSL color Cylindrical-coordinate representation of color #CB8304: hue angle of 38.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB8304 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 4 -
CMYK 0 0.35 0.98 0.20
HSL 38.29º 0.96% 0.41% -
HSV(B) 38.29º 0.98% 0.8% -
XYZ 32.77 28.94 3.97 -
YUV 138.05 52.35 174.33 -
System Red Green Blue C M Y K H S L
Decimal 203 131 4 0 0.35 0.98 0.20 38.29 0.96 0.41
Hex CB 83 4 0 23 62 14 26 60 29
Octal 313 203 4 0 43 142 24 46 140 51
Binary 11001011 10000011 100 0 100011 1100010 10100 100110 1100000 101001

Color Harmonies of #CB8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8304

Black with #CB8304

Text Example


Text Example

White with #CB8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8304; }

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

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

background-color css

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

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

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

border-color css

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

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

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