Html Css Color HEX #CDC033 Old Gold

📋 copy color: '#CDC033'

red 205 ◦ green 192 ◦ blue 51

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

Shades of Old Gold #CDC033

Tints of Old Gold #CDC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.38%

R = 45.76%
G = 42.86%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDC033 (or 0xCDC033) is known color: Old Gold. HEX triplet: CD, C0 and 33. RGB value is (205,192,51). Sum of RGB (Red+Green+Blue) = 205+192+51=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC033 is #323FCC. Grayscale: #B4B4B4. Windows color (decimal): -3293133 or 3391693. OLE color: 3391693.

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

Color convert

RGB 205 192 51 -
CMYK 0 0.06 0.75 0.20
HSL 54.94º 0.61% 0.5% -
HSV(B) 54.94º 0.75% 0.8% -
XYZ 44.62 50.92 10.61 -
YUV 179.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 205 192 51 0 0.06 0.75 0.20 54.94 0.61 0.5
Hex CD C0 33 0 6 4B 14 37 3D 32
Octal 315 300 63 0 6 113 24 67 75 62
Binary 11001101 11000000 110011 0 110 1001011 10100 110111 111101 110010

Color Harmonies of #CDC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC033

Black with #CDC033

Text Example


Text Example

White with #CDC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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