Html Css Color HEX #CB8910 Dark Goldenrod

📋 copy color: '#CB8910'

red 203 ◦ green 137 ◦ blue 16

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

Shades of Dark Goldenrod #CB8910

Tints of Dark Goldenrod #CB8910

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

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

R = 57.02%
G = 38.48%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB8910 (or 0xCB8910) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 10. RGB value is (203,137,16). Sum of RGB (Red+Green+Blue) = 203+137+16=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8910 is #3476EF. Grayscale: #8F8F8F. Windows color (decimal): -3438320 or 1083851. OLE color: 1083851.

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

Color convert

RGB 203 137 16 -
CMYK 0 0.33 0.92 0.20
HSL 38.82º 0.85% 0.43% -
HSV(B) 38.82º 0.92% 0.8% -
XYZ 33.67 30.63 4.63 -
YUV 142.94 56.37 170.84 -
System Red Green Blue C M Y K H S L
Decimal 203 137 16 0 0.33 0.92 0.20 38.82 0.85 0.43
Hex CB 89 10 0 21 5C 14 27 55 2B
Octal 313 211 20 0 41 134 24 47 125 53
Binary 11001011 10001001 10000 0 100001 1011100 10100 100111 1010101 101011

Color Harmonies of #CB8910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8910

Black with #CB8910

Text Example


Text Example

White with #CB8910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8910; }

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

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

background-color css

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

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

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

border-color css

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

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

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