Html Css Color HEX #CDC032 Old Gold

📋 copy color: '#CDC032'

red 205 ◦ green 192 ◦ blue 50

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

Shades of Old Gold #CDC032

Tints of Old Gold #CDC032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.19%

R = 45.86%
G = 42.95%
B = 11.19%

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

#CDC032 (or 0xCDC032) is known color: Old Gold. HEX triplet: CD, C0 and 32. RGB value is (205,192,50). Sum of RGB (Red+Green+Blue) = 205+192+50=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC032 is #323FCD. Grayscale: #B4B4B4. Windows color (decimal): -3293134 or 3326157. OLE color: 3326157.

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

Color convert

RGB 205 192 50 -
CMYK 0 0.06 0.76 0.20
HSL 54.97º 0.61% 0.5% -
HSV(B) 54.97º 0.76% 0.8% -
XYZ 44.6 50.91 10.49 -
YUV 179.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 205 192 50 0 0.06 0.76 0.20 54.97 0.61 0.5
Hex CD C0 32 0 6 4C 14 37 3D 32
Octal 315 300 62 0 6 114 24 67 75 62
Binary 11001101 11000000 110010 0 110 1001100 10100 110111 111101 110010

Color Harmonies of #CDC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC032

Black with #CDC032

Text Example


Text Example

White with #CDC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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