Html Css Color HEX #CB8C10 Dark Goldenrod

📋 copy color: '#CB8C10'

red 203 ◦ green 140 ◦ blue 16

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

Shades of Dark Goldenrod #CB8C10

Tints of Dark Goldenrod #CB8C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 56.55%
G = 39%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB8C10 (or 0xCB8C10) is known color: Dark Goldenrod. HEX triplet: CB, 8C and 10. RGB value is (203,140,16). Sum of RGB (Red+Green+Blue) = 203+140+16=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C10 is #3473EF. Grayscale: #919191. Windows color (decimal): -3437552 or 1084619. OLE color: 1084619.

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

Color convert

RGB 203 140 16 -
CMYK 0 0.31 0.92 0.20
HSL 39.79º 0.85% 0.43% -
HSV(B) 39.79º 0.92% 0.8% -
XYZ 34.1 31.49 4.77 -
YUV 144.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 203 140 16 0 0.31 0.92 0.20 39.79 0.85 0.43
Hex CB 8C 10 0 1F 5C 14 28 55 2B
Octal 313 214 20 0 37 134 24 50 125 53
Binary 11001011 10001100 10000 0 11111 1011100 10100 101000 1010101 101011

Color Harmonies of #CB8C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C10

Black with #CB8C10

Text Example


Text Example

White with #CB8C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C10; }

 p { color: rgb(203,140,16); }

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

background-color css

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

 a { background-color: rgb(203,140,16); }

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

border-color css

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

 span { border-color: rgb(203,140,16); }

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