Html Css Color HEX #CDA315 Galliano

📋 copy color: '#CDA315'

red 205 ◦ green 163 ◦ blue 21

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

Shades of Galliano #CDA315

Tints of Galliano #CDA315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

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

R = 52.7%
G = 41.9%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDA315 (or 0xCDA315) is known color: Galliano. HEX triplet: CD, A3 and 15. RGB value is (205,163,21). Sum of RGB (Red+Green+Blue) = 205+163+21=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA315 is #325CEA. Grayscale: #9F9F9F. Windows color (decimal): -3300587 or 1418189. OLE color: 1418189.

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

Color convert

RGB 205 163 21 -
CMYK 0 0.20 0.90 0.20
HSL 46.3º 0.81% 0.44% -
HSV(B) 46.3º 0.9% 0.8% -
XYZ 38.41 39.23 6.26 -
YUV 159.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 205 163 21 0 0.20 0.90 0.20 46.3 0.81 0.44
Hex CD A3 15 0 14 5A 14 2E 51 2C
Octal 315 243 25 0 24 132 24 56 121 54
Binary 11001101 10100011 10101 0 10100 1011010 10100 101110 1010001 101100

Color Harmonies of #CDA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA315

Black with #CDA315

Text Example


Text Example

White with #CDA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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