Html Css Color HEX #CDA415 Galliano

📋 copy color: '#CDA415'

red 205 ◦ green 164 ◦ blue 21

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

Shades of Galliano #CDA415

Tints of Galliano #CDA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

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

R = 52.56%
G = 42.05%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDA415 (or 0xCDA415) is known color: Galliano. HEX triplet: CD, A4 and 15. RGB value is (205,164,21). Sum of RGB (Red+Green+Blue) = 205+164+21=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA415 is #325BEA. Grayscale: #A0A0A0. Windows color (decimal): -3300331 or 1418445. OLE color: 1418445.

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

Color convert

RGB 205 164 21 -
CMYK 0 0.2 0.90 0.20
HSL 46.63º 0.81% 0.44% -
HSV(B) 46.63º 0.9% 0.8% -
XYZ 38.59 39.58 6.32 -
YUV 159.96 49.58 160.13 -
System Red Green Blue C M Y K H S L
Decimal 205 164 21 0 0.2 0.90 0.20 46.63 0.81 0.44
Hex CD A4 15 0 14 5A 14 2F 51 2C
Octal 315 244 25 0 24 132 24 57 121 54
Binary 11001101 10100100 10101 0 10100 1011010 10100 101111 1010001 101100

Color Harmonies of #CDA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA415

Black with #CDA415

Text Example


Text Example

White with #CDA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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