Html Css Color HEX #CDC03D Old Gold

📋 copy color: '#CDC03D'

red 205 ◦ green 192 ◦ blue 61

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

Shades of Old Gold #CDC03D

Tints of Old Gold #CDC03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.32%

R = 44.76%
G = 41.92%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDC03D (or 0xCDC03D) is known color: Old Gold. HEX triplet: CD, C0 and 3D. RGB value is (205,192,61). Sum of RGB (Red+Green+Blue) = 205+192+61=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC03D is #323FC2. Grayscale: #B5B5B5. Windows color (decimal): -3293123 or 4047053. OLE color: 4047053.

HSL color Cylindrical-coordinate representation of color #CDC03D: hue angle of 54.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDC03D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 61 -
CMYK 0 0.06 0.70 0.20
HSL 54.58º 0.59% 0.52% -
HSV(B) 54.58º 0.7% 0.8% -
XYZ 44.87 51.02 11.9 -
YUV 180.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 205 192 61 0 0.06 0.70 0.20 54.58 0.59 0.52
Hex CD C0 3D 0 6 46 14 37 3B 34
Octal 315 300 75 0 6 106 24 67 73 64
Binary 11001101 11000000 111101 0 110 1000110 10100 110111 111011 110100

Color Harmonies of #CDC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC03D

Black with #CDC03D

Text Example


Text Example

White with #CDC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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