Html Css Color HEX #CD920C Dark Goldenrod

📋 copy color: '#CD920C'

red 205 ◦ green 146 ◦ blue 12

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

Shades of Dark Goldenrod #CD920C

Tints of Dark Goldenrod #CD920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

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

R = 56.47%
G = 40.22%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD920C (or 0xCD920C) is known color: Dark Goldenrod. HEX triplet: CD, 92 and 0C. RGB value is (205,146,12). Sum of RGB (Red+Green+Blue) = 205+146+12=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD920C is #326DF3. Grayscale: #949494. Windows color (decimal): -3304948 or 824013. OLE color: 824013.

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

Color convert

RGB 205 146 12 -
CMYK 0 0.29 0.94 0.20
HSL 41.66º 0.89% 0.43% -
HSV(B) 41.66º 0.94% 0.8% -
XYZ 35.52 33.56 4.95 -
YUV 148.37 51.05 168.4 -
System Red Green Blue C M Y K H S L
Decimal 205 146 12 0 0.29 0.94 0.20 41.66 0.89 0.43
Hex CD 92 C 0 1D 5E 14 2A 59 2B
Octal 315 222 14 0 35 136 24 52 131 53
Binary 11001101 10010010 1100 0 11101 1011110 10100 101010 1011001 101011

Color Harmonies of #CD920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD920C

Black with #CD920C

Text Example


Text Example

White with #CD920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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