Html Css Color HEX #CB910E Dark Goldenrod

📋 copy color: '#CB910E'

red 203 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #CB910E

Tints of Dark Goldenrod #CB910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 56.08%
G = 40.06%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB910E (or 0xCB910E) is known color: Dark Goldenrod. HEX triplet: CB, 91 and 0E. RGB value is (203,145,14). Sum of RGB (Red+Green+Blue) = 203+145+14=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB910E is #346EF1. Grayscale: #939393. Windows color (decimal): -3436274 or 954827. OLE color: 954827.

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

Color convert

RGB 203 145 14 -
CMYK 0 0.29 0.93 0.20
HSL 41.59º 0.87% 0.43% -
HSV(B) 41.59º 0.93% 0.8% -
XYZ 34.83 32.98 4.95 -
YUV 147.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 203 145 14 0 0.29 0.93 0.20 41.59 0.87 0.43
Hex CB 91 E 0 1D 5D 14 2A 57 2B
Octal 313 221 16 0 35 135 24 52 127 53
Binary 11001011 10010001 1110 0 11101 1011101 10100 101010 1010111 101011

Color Harmonies of #CB910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB910E

Black with #CB910E

Text Example


Text Example

White with #CB910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB910E; }

 p { color: rgb(203,145,14); }

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

background-color css

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

 a { background-color: rgb(203,145,14); }

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

border-color css

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

 span { border-color: rgb(203,145,14); }

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