Html Css Color HEX #CDC035 Old Gold

📋 copy color: '#CDC035'

red 205 ◦ green 192 ◦ blue 53

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

Shades of Old Gold #CDC035

Tints of Old Gold #CDC035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.78%

R = 45.56%
G = 42.67%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDC035 (or 0xCDC035) is known color: Old Gold. HEX triplet: CD, C0 and 35. RGB value is (205,192,53). Sum of RGB (Red+Green+Blue) = 205+192+53=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC035 is #323FCA. Grayscale: #B4B4B4. Windows color (decimal): -3293131 or 3522765. OLE color: 3522765.

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

Color convert

RGB 205 192 53 -
CMYK 0 0.06 0.74 0.20
HSL 54.87º 0.6% 0.51% -
HSV(B) 54.87º 0.74% 0.8% -
XYZ 44.67 50.94 10.85 -
YUV 180.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 205 192 53 0 0.06 0.74 0.20 54.87 0.6 0.51
Hex CD C0 35 0 6 4A 14 37 3C 33
Octal 315 300 65 0 6 112 24 67 74 63
Binary 11001101 11000000 110101 0 110 1001010 10100 110111 111100 110011

Color Harmonies of #CDC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC035

Black with #CDC035

Text Example


Text Example

White with #CDC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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