Html Css Color HEX #CB8400 Dark Goldenrod

📋 copy color: '#CB8400'

red 203 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #CB8400

Tints of Dark Goldenrod #CB8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.6%
G = 39.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB8400 (or 0xCB8400) is known color: Dark Goldenrod. HEX triplet: CB, 84 and 00. RGB value is (203,132,0). Sum of RGB (Red+Green+Blue) = 203+132+0=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8400 is #347BFF. Grayscale: #8A8A8A. Windows color (decimal): -3439616 or 33995. OLE color: 33995.

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

Color convert

RGB 203 132 0 -
CMYK 0 0.35 1 0.20
HSL 39.01º 1% 0.4% -
HSV(B) 39.01º 1% 0.8% -
XYZ 32.88 29.2 3.9 -
YUV 138.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 203 132 0 0 0.35 1 0.20 39.01 1 0.4
Hex CB 84 0 0 23 64 14 27 64 28
Octal 313 204 0 0 43 144 24 47 144 50
Binary 11001011 10000100 0 0 100011 1100100 10100 100111 1100100 101000

Color Harmonies of #CB8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8400

Black with #CB8400

Text Example


Text Example

White with #CB8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8400; }

 p { color: rgb(203,132,0); }

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

background-color css

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

 a { background-color: rgb(203,132,0); }

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

border-color css

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

 span { border-color: rgb(203,132,0); }

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