Html Css Color HEX #CD8B15 Dark Goldenrod

📋 copy color: '#CD8B15'

red 205 ◦ green 139 ◦ blue 21

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

Shades of Dark Goldenrod #CD8B15

Tints of Dark Goldenrod #CD8B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 56.16%
G = 38.08%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD8B15 (or 0xCD8B15) is known color: Dark Goldenrod. HEX triplet: CD, 8B and 15. RGB value is (205,139,21). Sum of RGB (Red+Green+Blue) = 205+139+21=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8B15 is #3274EA. Grayscale: #919191. Windows color (decimal): -3306731 or 1412045. OLE color: 1412045.

HSL color Cylindrical-coordinate representation of color #CD8B15: hue angle of 38.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD8B15 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 139 21 -
CMYK 0 0.32 0.90 0.20
HSL 38.48º 0.81% 0.44% -
HSV(B) 38.48º 0.9% 0.8% -
XYZ 34.54 31.5 4.97 -
YUV 145.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 205 139 21 0 0.32 0.90 0.20 38.48 0.81 0.44
Hex CD 8B 15 0 20 5A 14 26 51 2C
Octal 315 213 25 0 40 132 24 46 121 54
Binary 11001101 10001011 10101 0 100000 1011010 10100 100110 1010001 101100

Color Harmonies of #CD8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B15

Black with #CD8B15

Text Example


Text Example

White with #CD8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B15; }

 p { color: rgb(205,139,21); }

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

background-color css

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

 a { background-color: rgb(205,139,21); }

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

border-color css

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

 span { border-color: rgb(205,139,21); }

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