Html Css Color HEX #CB890D Dark Goldenrod

📋 copy color: '#CB890D'

red 203 ◦ green 137 ◦ blue 13

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

Shades of Dark Goldenrod #CB890D

Tints of Dark Goldenrod #CB890D

RGB

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

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

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

R = 57.51%
G = 38.81%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB890D (or 0xCB890D) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 0D. RGB value is (203,137,13). Sum of RGB (Red+Green+Blue) = 203+137+13=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB890D is #3476F2. Grayscale: #8F8F8F. Windows color (decimal): -3438323 or 887243. OLE color: 887243.

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

Color convert

RGB 203 137 13 -
CMYK 0 0.33 0.94 0.20
HSL 39.16º 0.88% 0.42% -
HSV(B) 39.16º 0.94% 0.8% -
XYZ 33.65 30.62 4.52 -
YUV 142.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 203 137 13 0 0.33 0.94 0.20 39.16 0.88 0.42
Hex CB 89 D 0 21 5E 14 27 58 2A
Octal 313 211 15 0 41 136 24 47 130 52
Binary 11001011 10001001 1101 0 100001 1011110 10100 100111 1011000 101010

Color Harmonies of #CB890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB890D

Black with #CB890D

Text Example


Text Example

White with #CB890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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