Html Css Color HEX #CDA816 Galliano

📋 copy color: '#CDA816'

red 205 ◦ green 168 ◦ blue 22

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

Shades of Galliano #CDA816

Tints of Galliano #CDA816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 51.9%
G = 42.53%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA816 (or 0xCDA816) is known color: Galliano. HEX triplet: CD, A8 and 16. RGB value is (205,168,22). Sum of RGB (Red+Green+Blue) = 205+168+22=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA816 is #3257E9. Grayscale: #A3A3A3. Windows color (decimal): -3299306 or 1485005. OLE color: 1485005.

HSL color Cylindrical-coordinate representation of color #CDA816: hue angle of 47.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDA816 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 22 -
CMYK 0 0.18 0.89 0.20
HSL 47.87º 0.81% 0.45% -
HSV(B) 47.87º 0.89% 0.8% -
XYZ 39.32 41.04 6.61 -
YUV 162.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 205 168 22 0 0.18 0.89 0.20 47.87 0.81 0.45
Hex CD A8 16 0 12 59 14 30 51 2D
Octal 315 250 26 0 22 131 24 60 121 55
Binary 11001101 10101000 10110 0 10010 1011001 10100 110000 1010001 101101

Color Harmonies of #CDA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA816

Black with #CDA816

Text Example


Text Example

White with #CDA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA816; }

 p { color: rgb(205,168,22); }

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

background-color css

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

 a { background-color: rgb(205,168,22); }

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

border-color css

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

 span { border-color: rgb(205,168,22); }

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