Html Css Color HEX #CDB94A Old Gold

📋 copy color: '#CDB94A'

red 205 ◦ green 185 ◦ blue 74

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

Shades of Old Gold #CDB94A

Tints of Old Gold #CDB94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 44.18%
G = 39.87%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDB94A (or 0xCDB94A) is known color: Old Gold. HEX triplet: CD, B9 and 4A. RGB value is (205,185,74). Sum of RGB (Red+Green+Blue) = 205+185+74=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB94A is #3246B5. Grayscale: #B2B2B2. Windows color (decimal): -3294902 or 4897229. OLE color: 4897229.

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

Color convert

RGB 205 185 74 -
CMYK 0 0.10 0.64 0.20
HSL 50.84º 0.57% 0.55% -
HSV(B) 50.84º 0.64% 0.8% -
XYZ 43.76 48.17 13.47 -
YUV 178.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 205 185 74 0 0.10 0.64 0.20 50.84 0.57 0.55
Hex CD B9 4A 0 A 40 14 33 39 37
Octal 315 271 112 0 12 100 24 63 71 67
Binary 11001101 10111001 1001010 0 1010 1000000 10100 110011 111001 110111

Color Harmonies of #CDB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB94A

Black with #CDB94A

Text Example


Text Example

White with #CDB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB94A; }

 p { color: rgb(205,185,74); }

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

background-color css

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

 a { background-color: rgb(205,185,74); }

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

border-color css

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

 span { border-color: rgb(205,185,74); }

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