Html Css Color HEX #CB7B0A Dark Goldenrod

📋 copy color: '#CB7B0A'

red 203 ◦ green 123 ◦ blue 10

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

Shades of Dark Goldenrod #CB7B0A

Tints of Dark Goldenrod #CB7B0A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.61%

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 60.42%
G = 36.61%
B = 2.98%

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

#CB7B0A (or 0xCB7B0A) is known color: Dark Goldenrod. HEX triplet: CB, 7B and 0A. RGB value is (203,123,10). Sum of RGB (Red+Green+Blue) = 203+123+10=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B0A is #3484F5. Grayscale: #868686. Windows color (decimal): -3441910 or 687051. OLE color: 687051.

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

Color convert

RGB 203 123 10 -
CMYK 0 0.39 0.95 0.20
HSL 35.13º 0.91% 0.42% -
HSV(B) 35.13º 0.95% 0.8% -
XYZ 31.77 26.88 3.8 -
YUV 134.04 58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 203 123 10 0 0.39 0.95 0.20 35.13 0.91 0.42
Hex CB 7B A 0 27 5F 14 23 5B 2A
Octal 313 173 12 0 47 137 24 43 133 52
Binary 11001011 1111011 1010 0 100111 1011111 10100 100011 1011011 101010

Color Harmonies of #CB7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B0A

Black with #CB7B0A

Text Example


Text Example

White with #CB7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B0A; }

 p { color: rgb(203,123,10); }

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

background-color css

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

 a { background-color: rgb(203,123,10); }

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

border-color css

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

 span { border-color: rgb(203,123,10); }

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