Html Css Color HEX #CDC031 Old Gold

📋 copy color: '#CDC031'

red 205 ◦ green 192 ◦ blue 49

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

Shades of Old Gold #CDC031

Tints of Old Gold #CDC031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 45.96%
G = 43.05%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDC031 (or 0xCDC031) is known color: Old Gold. HEX triplet: CD, C0 and 31. RGB value is (205,192,49). Sum of RGB (Red+Green+Blue) = 205+192+49=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC031 is #323FCE. Grayscale: #B4B4B4. Windows color (decimal): -3293135 or 3260621. OLE color: 3260621.

HSL color Cylindrical-coordinate representation of color #CDC031: hue angle of 55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDC031 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 49 -
CMYK 0 0.06 0.76 0.20
HSL 55º 0.61% 0.5% -
HSV(B) 55º 0.76% 0.8% -
XYZ 44.58 50.9 10.38 -
YUV 179.59 54.31 146.13 -
System Red Green Blue C M Y K H S L
Decimal 205 192 49 0 0.06 0.76 0.20 55 0.61 0.5
Hex CD C0 31 0 6 4C 14 37 3D 32
Octal 315 300 61 0 6 114 24 67 75 62
Binary 11001101 11000000 110001 0 110 1001100 10100 110111 111101 110010

Color Harmonies of #CDC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC031

Black with #CDC031

Text Example


Text Example

White with #CDC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC031; }

 p { color: rgb(205,192,49); }

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

background-color css

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

 a { background-color: rgb(205,192,49); }

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

border-color css

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

 span { border-color: rgb(205,192,49); }

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