Html Css Color HEX #CB900E Dark Goldenrod

📋 copy color: '#CB900E'

red 203 ◦ green 144 ◦ blue 14

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

Shades of Dark Goldenrod #CB900E

Tints of Dark Goldenrod #CB900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 56.23%
G = 39.89%
B = 3.88%

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

#CB900E (or 0xCB900E) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 0E. RGB value is (203,144,14). Sum of RGB (Red+Green+Blue) = 203+144+14=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB900E is #346FF1. Grayscale: #939393. Windows color (decimal): -3436530 or 954571. OLE color: 954571.

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

Color convert

RGB 203 144 14 -
CMYK 0 0.29 0.93 0.20
HSL 41.27º 0.87% 0.43% -
HSV(B) 41.27º 0.93% 0.8% -
XYZ 34.68 32.67 4.89 -
YUV 146.82 53.05 168.07 -
System Red Green Blue C M Y K H S L
Decimal 203 144 14 0 0.29 0.93 0.20 41.27 0.87 0.43
Hex CB 90 E 0 1D 5D 14 29 57 2B
Octal 313 220 16 0 35 135 24 51 127 53
Binary 11001011 10010000 1110 0 11101 1011101 10100 101001 1010111 101011

Color Harmonies of #CB900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB900E

Black with #CB900E

Text Example


Text Example

White with #CB900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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