Html Css Color HEX #CB8301 Dark Goldenrod

📋 copy color: '#CB8301'

red 203 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #CB8301

Tints of Dark Goldenrod #CB8301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 60.6%
G = 39.1%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB8301 (or 0xCB8301) is known color: Dark Goldenrod. HEX triplet: CB, 83 and 01. RGB value is (203,131,1). Sum of RGB (Red+Green+Blue) = 203+131+1=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8301 is #347CFE. Grayscale: #8A8A8A. Windows color (decimal): -3439871 or 99275. OLE color: 99275.

HSL color Cylindrical-coordinate representation of color #CB8301: hue angle of 38.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB8301 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 1 -
CMYK 0 0.35 1.00 0.20
HSL 38.61º 0.99% 0.4% -
HSV(B) 38.61º 1% 0.8% -
XYZ 32.75 28.93 3.89 -
YUV 137.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 203 131 1 0 0.35 1.00 0.20 38.61 0.99 0.4
Hex CB 83 1 0 23 64 14 27 63 28
Octal 313 203 1 0 43 144 24 47 143 50
Binary 11001011 10000011 1 0 100011 1100100 10100 100111 1100011 101000

Color Harmonies of #CB8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8301

Black with #CB8301

Text Example


Text Example

White with #CB8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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