Html Css Color HEX #CDA414 Galliano

📋 copy color: '#CDA414'

red 205 ◦ green 164 ◦ blue 20

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

Shades of Galliano #CDA414

Tints of Galliano #CDA414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 52.7%
G = 42.16%
B = 5.14%

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

#CDA414 (or 0xCDA414) is known color: Galliano. HEX triplet: CD, A4 and 14. RGB value is (205,164,20). Sum of RGB (Red+Green+Blue) = 205+164+20=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA414 is #325BEB. Grayscale: #A0A0A0. Windows color (decimal): -3300332 or 1352909. OLE color: 1352909.

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

Color convert

RGB 205 164 20 -
CMYK 0 0.2 0.90 0.20
HSL 46.7º 0.82% 0.44% -
HSV(B) 46.7º 0.9% 0.8% -
XYZ 38.58 39.58 6.27 -
YUV 159.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 205 164 20 0 0.2 0.90 0.20 46.7 0.82 0.44
Hex CD A4 14 0 14 5A 14 2F 52 2C
Octal 315 244 24 0 24 132 24 57 122 54
Binary 11001101 10100100 10100 0 10100 1011010 10100 101111 1010010 101100

Color Harmonies of #CDA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA414

Black with #CDA414

Text Example


Text Example

White with #CDA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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