Html Css Color HEX #CD8B00 Dark Goldenrod

📋 copy color: '#CD8B00'

red 205 ◦ green 139 ◦ blue 0

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

Shades of Dark Goldenrod #CD8B00

Tints of Dark Goldenrod #CD8B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.59%
G = 40.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD8B00 (or 0xCD8B00) is known color: Dark Goldenrod. HEX triplet: CD, 8B and 00. RGB value is (205,139,0). Sum of RGB (Red+Green+Blue) = 205+139+0=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8B00 is #3274FF. Grayscale: #8F8F8F. Windows color (decimal): -3306752 or 35789. OLE color: 35789.

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

Color convert

RGB 205 139 0 -
CMYK 0 0.32 1 0.20
HSL 40.68º 1% 0.4% -
HSV(B) 40.68º 1% 0.8% -
XYZ 34.41 31.44 4.26 -
YUV 142.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 205 139 0 0 0.32 1 0.20 40.68 1 0.4
Hex CD 8B 0 0 20 64 14 29 64 28
Octal 315 213 0 0 40 144 24 51 144 50
Binary 11001101 10001011 0 0 100000 1100100 10100 101001 1100100 101000

Color Harmonies of #CD8B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B00

Black with #CD8B00

Text Example


Text Example

White with #CD8B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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