Html Css Color HEX #CDBA45 Old Gold

📋 copy color: '#CDBA45'

red 205 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #CDBA45

Tints of Old Gold #CDBA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

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

R = 44.57%
G = 40.43%
B = 15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDBA45 (or 0xCDBA45) is known color: Old Gold. HEX triplet: CD, BA and 45. RGB value is (205,186,69). Sum of RGB (Red+Green+Blue) = 205+186+69=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA45 is #3245BA. Grayscale: #B2B2B2. Windows color (decimal): -3294651 or 4569805. OLE color: 4569805.

HSL color Cylindrical-coordinate representation of color #CDBA45: hue angle of 51.62º 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 #CDBA45 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 186 69 -
CMYK 0 0.09 0.66 0.20
HSL 51.62º 0.58% 0.54% -
HSV(B) 51.62º 0.66% 0.8% -
XYZ 43.81 48.53 12.69 -
YUV 178.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 205 186 69 0 0.09 0.66 0.20 51.62 0.58 0.54
Hex CD BA 45 0 9 42 14 34 3A 36
Octal 315 272 105 0 11 102 24 64 72 66
Binary 11001101 10111010 1000101 0 1001 1000010 10100 110100 111010 110110

Color Harmonies of #CDBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBA45

Black with #CDBA45

Text Example


Text Example

White with #CDBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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