Html Css Color HEX #CB8409 Dark Goldenrod

📋 copy color: '#CB8409'

red 203 ◦ green 132 ◦ blue 9

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

Shades of Dark Goldenrod #CB8409

Tints of Dark Goldenrod #CB8409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 59.01%
G = 38.37%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB8409 (or 0xCB8409) is known color: Dark Goldenrod. HEX triplet: CB, 84 and 09. RGB value is (203,132,9). Sum of RGB (Red+Green+Blue) = 203+132+9=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8409 is #347BF6. Grayscale: #8B8B8B. Windows color (decimal): -3439607 or 623819. OLE color: 623819.

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

Color convert

RGB 203 132 9 -
CMYK 0 0.35 0.96 0.20
HSL 38.04º 0.92% 0.42% -
HSV(B) 38.04º 0.96% 0.8% -
XYZ 32.93 29.22 4.16 -
YUV 139.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 203 132 9 0 0.35 0.96 0.20 38.04 0.92 0.42
Hex CB 84 9 0 23 60 14 26 5C 2A
Octal 313 204 11 0 43 140 24 46 134 52
Binary 11001011 10000100 1001 0 100011 1100000 10100 100110 1011100 101010

Color Harmonies of #CB8409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8409

Black with #CB8409

Text Example


Text Example

White with #CB8409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8409; }

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

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

background-color css

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

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

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

border-color css

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

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

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