Html Css Color HEX #CDA915 Galliano

📋 copy color: '#CDA915'

red 205 ◦ green 169 ◦ blue 21

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

Shades of Galliano #CDA915

Tints of Galliano #CDA915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

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

R = 51.9%
G = 42.78%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDA915 (or 0xCDA915) is known color: Galliano. HEX triplet: CD, A9 and 15. RGB value is (205,169,21). Sum of RGB (Red+Green+Blue) = 205+169+21=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA915 is #3256EA. Grayscale: #A3A3A3. Windows color (decimal): -3299051 or 1419725. OLE color: 1419725.

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

Color convert

RGB 205 169 21 -
CMYK 0 0.18 0.90 0.20
HSL 48.26º 0.81% 0.44% -
HSV(B) 48.26º 0.9% 0.8% -
XYZ 39.5 41.41 6.62 -
YUV 162.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 205 169 21 0 0.18 0.90 0.20 48.26 0.81 0.44
Hex CD A9 15 0 12 5A 14 30 51 2C
Octal 315 251 25 0 22 132 24 60 121 54
Binary 11001101 10101001 10101 0 10010 1011010 10100 110000 1010001 101100

Color Harmonies of #CDA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA915

Black with #CDA915

Text Example


Text Example

White with #CDA915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA915; }

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

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

background-color css

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

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

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

border-color css

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

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

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