Html Css Color HEX #CD7D00 Dark Goldenrod

📋 copy color: '#CD7D00'

red 205 ◦ green 125 ◦ blue 0

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

Shades of Dark Goldenrod #CD7D00

Tints of Dark Goldenrod #CD7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 62.12%
G = 37.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD7D00 (or 0xCD7D00) is known color: Dark Goldenrod. HEX triplet: CD, 7D and 00. RGB value is (205,125,0). Sum of RGB (Red+Green+Blue) = 205+125+0=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7D00 is #3282FF. Grayscale: #878787. Windows color (decimal): -3310336 or 32205. OLE color: 32205.

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

Color convert

RGB 205 125 0 -
CMYK 0 0.39 1 0.20
HSL 36.59º 1% 0.4% -
HSV(B) 36.59º 1% 0.8% -
XYZ 32.51 27.65 3.62 -
YUV 134.67 52 178.16 -
System Red Green Blue C M Y K H S L
Decimal 205 125 0 0 0.39 1 0.20 36.59 1 0.4
Hex CD 7D 0 0 27 64 14 25 64 28
Octal 315 175 0 0 47 144 24 45 144 50
Binary 11001101 1111101 0 0 100111 1100100 10100 100101 1100100 101000

Color Harmonies of #CD7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D00

Black with #CD7D00

Text Example


Text Example

White with #CD7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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