Html Css Color HEX #CB8501 Dark Goldenrod

📋 copy color: '#CB8501'

red 203 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #CB8501

Tints of Dark Goldenrod #CB8501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 60.24%
G = 39.47%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB8501 (or 0xCB8501) is known color: Dark Goldenrod. HEX triplet: CB, 85 and 01. RGB value is (203,133,1). Sum of RGB (Red+Green+Blue) = 203+133+1=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8501 is #347AFE. Grayscale: #8B8B8B. Windows color (decimal): -3439359 or 99787. OLE color: 99787.

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

Color convert

RGB 203 133 1 -
CMYK 0 0.34 1.00 0.20
HSL 39.21º 0.99% 0.4% -
HSV(B) 39.21º 1% 0.8% -
XYZ 33.02 29.47 3.98 -
YUV 138.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 203 133 1 0 0.34 1.00 0.20 39.21 0.99 0.4
Hex CB 85 1 0 22 64 14 27 63 28
Octal 313 205 1 0 42 144 24 47 143 50
Binary 11001011 10000101 1 0 100010 1100100 10100 100111 1100011 101000

Color Harmonies of #CB8501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8501

Black with #CB8501

Text Example


Text Example

White with #CB8501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8501; }

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

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

background-color css

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

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

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

border-color css

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

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

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