Html Css Color HEX #CDB548 Old Gold

📋 copy color: '#CDB548'

red 205 ◦ green 181 ◦ blue 72

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

Shades of Old Gold #CDB548

Tints of Old Gold #CDB548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.72%

R = 44.76%
G = 39.52%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDB548 (or 0xCDB548) is known color: Old Gold. HEX triplet: CD, B5 and 48. RGB value is (205,181,72). Sum of RGB (Red+Green+Blue) = 205+181+72=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB548 is #324AB7. Grayscale: #B0B0B0. Windows color (decimal): -3295928 or 4765133. OLE color: 4765133.

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

Color convert

RGB 205 181 72 -
CMYK 0 0.12 0.65 0.20
HSL 49.17º 0.57% 0.54% -
HSV(B) 49.17º 0.65% 0.8% -
XYZ 42.87 46.49 12.85 -
YUV 175.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 205 181 72 0 0.12 0.65 0.20 49.17 0.57 0.54
Hex CD B5 48 0 C 41 14 31 39 36
Octal 315 265 110 0 14 101 24 61 71 66
Binary 11001101 10110101 1001000 0 1100 1000001 10100 110001 111001 110110

Color Harmonies of #CDB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB548

Black with #CDB548

Text Example


Text Example

White with #CDB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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