Html Css Color HEX #CDB449 Old Gold

📋 copy color: '#CDB449'

red 205 ◦ green 180 ◦ blue 73

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

Shades of Old Gold #CDB449

Tints of Old Gold #CDB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

 BLUE value IS 73 (28.91% from 255) = 15.94%

R = 44.76%
G = 39.3%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDB449 (or 0xCDB449) is known color: Old Gold. HEX triplet: CD, B4 and 49. RGB value is (205,180,73). Sum of RGB (Red+Green+Blue) = 205+180+73=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB449 is #324BB6. Grayscale: #AFAFAF. Windows color (decimal): -3296183 or 4830413. OLE color: 4830413.

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

Color convert

RGB 205 180 73 -
CMYK 0 0.12 0.64 0.20
HSL 48.64º 0.57% 0.55% -
HSV(B) 48.64º 0.64% 0.8% -
XYZ 42.7 46.1 12.95 -
YUV 175.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 205 180 73 0 0.12 0.64 0.20 48.64 0.57 0.55
Hex CD B4 49 0 C 40 14 31 39 37
Octal 315 264 111 0 14 100 24 61 71 67
Binary 11001101 10110100 1001001 0 1100 1000000 10100 110001 111001 110111

Color Harmonies of #CDB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB449

Black with #CDB449

Text Example


Text Example

White with #CDB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB449; }

 p { color: rgb(205,180,73); }

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

background-color css

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

 a { background-color: rgb(205,180,73); }

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

border-color css

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

 span { border-color: rgb(205,180,73); }

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