Html Css Color HEX #CDA215 Galliano

📋 copy color: '#CDA215'

red 205 ◦ green 162 ◦ blue 21

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

Shades of Galliano #CDA215

Tints of Galliano #CDA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 52.84%
G = 41.75%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDA215 (or 0xCDA215) is known color: Galliano. HEX triplet: CD, A2 and 15. RGB value is (205,162,21). Sum of RGB (Red+Green+Blue) = 205+162+21=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA215 is #325DEA. Grayscale: #9F9F9F. Windows color (decimal): -3300843 or 1417933. OLE color: 1417933.

HSL color Cylindrical-coordinate representation of color #CDA215: hue angle of 45.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDA215 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 21 -
CMYK 0 0.21 0.90 0.20
HSL 45.98º 0.81% 0.44% -
HSV(B) 45.98º 0.9% 0.8% -
XYZ 38.23 38.87 6.2 -
YUV 158.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 205 162 21 0 0.21 0.90 0.20 45.98 0.81 0.44
Hex CD A2 15 0 15 5A 14 2E 51 2C
Octal 315 242 25 0 25 132 24 56 121 54
Binary 11001101 10100010 10101 0 10101 1011010 10100 101110 1010001 101100

Color Harmonies of #CDA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA215

Black with #CDA215

Text Example


Text Example

White with #CDA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA215; }

 p { color: rgb(205,162,21); }

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

background-color css

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

 a { background-color: rgb(205,162,21); }

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

border-color css

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

 span { border-color: rgb(205,162,21); }

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