Html Css Color HEX #CB900D Dark Goldenrod

📋 copy color: '#CB900D'

red 203 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #CB900D

Tints of Dark Goldenrod #CB900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 56.39%
G = 40%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB900D (or 0xCB900D) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 0D. RGB value is (203,144,13). Sum of RGB (Red+Green+Blue) = 203+144+13=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB900D is #346FF2. Grayscale: #939393. Windows color (decimal): -3436531 or 889035. OLE color: 889035.

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

Color convert

RGB 203 144 13 -
CMYK 0 0.29 0.94 0.20
HSL 41.37º 0.88% 0.42% -
HSV(B) 41.37º 0.94% 0.8% -
XYZ 34.67 32.67 4.86 -
YUV 146.71 52.55 168.15 -
System Red Green Blue C M Y K H S L
Decimal 203 144 13 0 0.29 0.94 0.20 41.37 0.88 0.42
Hex CB 90 D 0 1D 5E 14 29 58 2A
Octal 313 220 15 0 35 136 24 51 130 52
Binary 11001011 10010000 1101 0 11101 1011110 10100 101001 1011000 101010

Color Harmonies of #CB900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB900D

Black with #CB900D

Text Example


Text Example

White with #CB900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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