Html Css Color HEX #CD8F0D Dark Goldenrod

📋 copy color: '#CD8F0D'

red 205 ◦ green 143 ◦ blue 13

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

Shades of Dark Goldenrod #CD8F0D

Tints of Dark Goldenrod #CD8F0D

RGB

 RED value IS 205 (80.47% from 255) = 56.79%

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

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

R = 56.79%
G = 39.61%
B = 3.6%

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

#CD8F0D (or 0xCD8F0D) is known color: Dark Goldenrod. HEX triplet: CD, 8F and 0D. RGB value is (205,143,13). Sum of RGB (Red+Green+Blue) = 205+143+13=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8F0D is #3270F2. Grayscale: #939393. Windows color (decimal): -3305715 or 888781. OLE color: 888781.

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

Color convert

RGB 205 143 13 -
CMYK 0 0.30 0.94 0.20
HSL 40.63º 0.88% 0.43% -
HSV(B) 40.63º 0.94% 0.8% -
XYZ 35.07 32.65 4.83 -
YUV 146.72 52.54 169.57 -
System Red Green Blue C M Y K H S L
Decimal 205 143 13 0 0.30 0.94 0.20 40.63 0.88 0.43
Hex CD 8F D 0 1E 5E 14 29 58 2B
Octal 315 217 15 0 36 136 24 51 130 53
Binary 11001101 10001111 1101 0 11110 1011110 10100 101001 1011000 101011

Color Harmonies of #CD8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F0D

Black with #CD8F0D

Text Example


Text Example

White with #CD8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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