Html Css Color HEX #CDA515 Galliano

📋 copy color: '#CDA515'

red 205 ◦ green 165 ◦ blue 21

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

Shades of Galliano #CDA515

Tints of Galliano #CDA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

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

R = 52.43%
G = 42.2%
B = 5.37%

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

#CDA515 (or 0xCDA515) is known color: Galliano. HEX triplet: CD, A5 and 15. RGB value is (205,165,21). Sum of RGB (Red+Green+Blue) = 205+165+21=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA515 is #325AEA. Grayscale: #A1A1A1. Windows color (decimal): -3300075 or 1418701. OLE color: 1418701.

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

Color convert

RGB 205 165 21 -
CMYK 0 0.20 0.90 0.20
HSL 46.96º 0.81% 0.44% -
HSV(B) 46.96º 0.9% 0.8% -
XYZ 38.77 39.94 6.38 -
YUV 160.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 205 165 21 0 0.20 0.90 0.20 46.96 0.81 0.44
Hex CD A5 15 0 14 5A 14 2F 51 2C
Octal 315 245 25 0 24 132 24 57 121 54
Binary 11001101 10100101 10101 0 10100 1011010 10100 101111 1010001 101100

Color Harmonies of #CDA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA515

Black with #CDA515

Text Example


Text Example

White with #CDA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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