Html Css Color HEX #CDB445 Old Gold

📋 copy color: '#CDB445'

red 205 ◦ green 180 ◦ blue 69

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

Shades of Old Gold #CDB445

Tints of Old Gold #CDB445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 45.15%
G = 39.65%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB445 (or 0xCDB445) is known color: Old Gold. HEX triplet: CD, B4 and 45. RGB value is (205,180,69). Sum of RGB (Red+Green+Blue) = 205+180+69=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB445 is #324BBA. Grayscale: #AFAFAF. Windows color (decimal): -3296187 or 4568269. OLE color: 4568269.

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

Color convert

RGB 205 180 69 -
CMYK 0 0.12 0.66 0.20
HSL 48.97º 0.58% 0.54% -
HSV(B) 48.97º 0.66% 0.8% -
XYZ 42.57 46.05 12.28 -
YUV 174.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 205 180 69 0 0.12 0.66 0.20 48.97 0.58 0.54
Hex CD B4 45 0 C 42 14 31 3A 36
Octal 315 264 105 0 14 102 24 61 72 66
Binary 11001101 10110100 1000101 0 1100 1000010 10100 110001 111010 110110

Color Harmonies of #CDB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB445

Black with #CDB445

Text Example


Text Example

White with #CDB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB445; }

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

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

background-color css

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

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

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

border-color css

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

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

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