Html Css Color HEX #CD7F0C Dark Goldenrod

📋 copy color: '#CD7F0C'

red 205 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #CD7F0C

Tints of Dark Goldenrod #CD7F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 36.92%

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 59.59%
G = 36.92%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD7F0C (or 0xCD7F0C) is known color: Dark Goldenrod. HEX triplet: CD, 7F and 0C. RGB value is (205,127,12). Sum of RGB (Red+Green+Blue) = 205+127+12=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7F0C is #3280F3. Grayscale: #898989. Windows color (decimal): -3309812 or 819149. OLE color: 819149.

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

Color convert

RGB 205 127 12 -
CMYK 0 0.38 0.94 0.20
HSL 35.75º 0.89% 0.43% -
HSV(B) 35.75º 0.94% 0.8% -
XYZ 32.83 28.18 4.06 -
YUV 137.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 205 127 12 0 0.38 0.94 0.20 35.75 0.89 0.43
Hex CD 7F C 0 26 5E 14 24 59 2B
Octal 315 177 14 0 46 136 24 44 131 53
Binary 11001101 1111111 1100 0 100110 1011110 10100 100100 1011001 101011

Color Harmonies of #CD7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7F0C

Black with #CD7F0C

Text Example


Text Example

White with #CD7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7F0C; }

 p { color: rgb(205,127,12); }

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

background-color css

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

 a { background-color: rgb(205,127,12); }

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

border-color css

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

 span { border-color: rgb(205,127,12); }

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