Html Css Color HEX #CB7C09 Dark Goldenrod

📋 copy color: '#CB7C09'

red 203 ◦ green 124 ◦ blue 9

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

Shades of Dark Goldenrod #CB7C09

Tints of Dark Goldenrod #CB7C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

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

R = 60.42%
G = 36.9%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB7C09 (or 0xCB7C09) is known color: Dark Goldenrod. HEX triplet: CB, 7C and 09. RGB value is (203,124,9). Sum of RGB (Red+Green+Blue) = 203+124+9=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C09 is #3483F6. Grayscale: #878787. Windows color (decimal): -3441655 or 621771. OLE color: 621771.

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

Color convert

RGB 203 124 9 -
CMYK 0 0.39 0.96 0.20
HSL 35.57º 0.92% 0.42% -
HSV(B) 35.57º 0.96% 0.8% -
XYZ 31.89 27.13 3.81 -
YUV 134.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 203 124 9 0 0.39 0.96 0.20 35.57 0.92 0.42
Hex CB 7C 9 0 27 60 14 24 5C 2A
Octal 313 174 11 0 47 140 24 44 134 52
Binary 11001011 1111100 1001 0 100111 1100000 10100 100100 1011100 101010

Color Harmonies of #CB7C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C09

Black with #CB7C09

Text Example


Text Example

White with #CB7C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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