Html Css Color HEX #CDB53F Old Gold

📋 copy color: '#CDB53F'

red 205 ◦ green 181 ◦ blue 63

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

Shades of Old Gold #CDB53F

Tints of Old Gold #CDB53F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

 BLUE value IS 63 (25% from 255) = 14.03%

R = 45.66%
G = 40.31%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDB53F (or 0xCDB53F) is known color: Old Gold. HEX triplet: CD, B5 and 3F. RGB value is (205,181,63). Sum of RGB (Red+Green+Blue) = 205+181+63=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB53F is #324AC0. Grayscale: #AFAFAF. Windows color (decimal): -3295937 or 4175309. OLE color: 4175309.

HSL color Cylindrical-coordinate representation of color #CDB53F: hue angle of 49.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDB53F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 63 -
CMYK 0 0.12 0.69 0.20
HSL 49.86º 0.59% 0.53% -
HSV(B) 49.86º 0.69% 0.8% -
XYZ 42.6 46.39 11.41 -
YUV 174.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 205 181 63 0 0.12 0.69 0.20 49.86 0.59 0.53
Hex CD B5 3F 0 C 45 14 32 3B 35
Octal 315 265 77 0 14 105 24 62 73 65
Binary 11001101 10110101 111111 0 1100 1000101 10100 110010 111011 110101

Color Harmonies of #CDB53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB53F

Black with #CDB53F

Text Example


Text Example

White with #CDB53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB53F; }

 p { color: rgb(205,181,63); }

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

background-color css

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

 a { background-color: rgb(205,181,63); }

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

border-color css

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

 span { border-color: rgb(205,181,63); }

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