Html Css Color HEX #CB8F0D Dark Goldenrod

📋 copy color: '#CB8F0D'

red 203 ◦ green 143 ◦ blue 13

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

Shades of Dark Goldenrod #CB8F0D

Tints of Dark Goldenrod #CB8F0D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

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

R = 56.55%
G = 39.83%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB8F0D (or 0xCB8F0D) is known color: Dark Goldenrod. HEX triplet: CB, 8F and 0D. RGB value is (203,143,13). Sum of RGB (Red+Green+Blue) = 203+143+13=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F0D is #3470F2. Grayscale: #929292. Windows color (decimal): -3436787 or 888779. OLE color: 888779.

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

Color convert

RGB 203 143 13 -
CMYK 0 0.30 0.94 0.20
HSL 41.05º 0.88% 0.42% -
HSV(B) 41.05º 0.94% 0.8% -
XYZ 34.52 32.37 4.81 -
YUV 146.12 52.88 168.57 -
System Red Green Blue C M Y K H S L
Decimal 203 143 13 0 0.30 0.94 0.20 41.05 0.88 0.42
Hex CB 8F D 0 1E 5E 14 29 58 2A
Octal 313 217 15 0 36 136 24 51 130 52
Binary 11001011 10001111 1101 0 11110 1011110 10100 101001 1011000 101010

Color Harmonies of #CB8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F0D

Black with #CB8F0D

Text Example


Text Example

White with #CB8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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