Html Css Color HEX #CB7C0B Dark Goldenrod

📋 copy color: '#CB7C0B'

red 203 ◦ green 124 ◦ blue 11

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

Shades of Dark Goldenrod #CB7C0B

Tints of Dark Goldenrod #CB7C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 60.06%
G = 36.69%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB7C0B (or 0xCB7C0B) is known color: Dark Goldenrod. HEX triplet: CB, 7C and 0B. RGB value is (203,124,11). Sum of RGB (Red+Green+Blue) = 203+124+11=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C0B is #3483F4. Grayscale: #878787. Windows color (decimal): -3441653 or 752843. OLE color: 752843.

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

Color convert

RGB 203 124 11 -
CMYK 0 0.39 0.95 0.20
HSL 35.31º 0.9% 0.42% -
HSV(B) 35.31º 0.95% 0.8% -
XYZ 31.9 27.14 3.87 -
YUV 134.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 203 124 11 0 0.39 0.95 0.20 35.31 0.9 0.42
Hex CB 7C B 0 27 5F 14 23 5A 2A
Octal 313 174 13 0 47 137 24 43 132 52
Binary 11001011 1111100 1011 0 100111 1011111 10100 100011 1011010 101010

Color Harmonies of #CB7C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C0B

Black with #CB7C0B

Text Example


Text Example

White with #CB7C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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