Html Css Color HEX #CB8509 Dark Goldenrod

📋 copy color: '#CB8509'

red 203 ◦ green 133 ◦ blue 9

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

Shades of Dark Goldenrod #CB8509

Tints of Dark Goldenrod #CB8509

RGB

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

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

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

R = 58.84%
G = 38.55%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB8509 (or 0xCB8509) is known color: Dark Goldenrod. HEX triplet: CB, 85 and 09. RGB value is (203,133,9). Sum of RGB (Red+Green+Blue) = 203+133+9=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8509 is #347AF6. Grayscale: #8C8C8C. Windows color (decimal): -3439351 or 624075. OLE color: 624075.

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

Color convert

RGB 203 133 9 -
CMYK 0 0.34 0.96 0.20
HSL 38.35º 0.92% 0.42% -
HSV(B) 38.35º 0.96% 0.8% -
XYZ 33.07 29.49 4.21 -
YUV 139.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 203 133 9 0 0.34 0.96 0.20 38.35 0.92 0.42
Hex CB 85 9 0 22 60 14 26 5C 2A
Octal 313 205 11 0 42 140 24 46 134 52
Binary 11001011 10000101 1001 0 100010 1100000 10100 100110 1011100 101010

Color Harmonies of #CB8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8509

Black with #CB8509

Text Example


Text Example

White with #CB8509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8509; }

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

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

background-color css

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

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

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

border-color css

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

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

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