Html Css Color HEX #CDA916 Galliano

📋 copy color: '#CDA916'

red 205 ◦ green 169 ◦ blue 22

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

Shades of Galliano #CDA916

Tints of Galliano #CDA916

RGB

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

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

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

R = 51.77%
G = 42.68%
B = 5.56%

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

#CDA916 (or 0xCDA916) is known color: Galliano. HEX triplet: CD, A9 and 16. RGB value is (205,169,22). Sum of RGB (Red+Green+Blue) = 205+169+22=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA916 is #3256E9. Grayscale: #A3A3A3. Windows color (decimal): -3299050 or 1485261. OLE color: 1485261.

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

Color convert

RGB 205 169 22 -
CMYK 0 0.18 0.89 0.20
HSL 48.2º 0.81% 0.45% -
HSV(B) 48.2º 0.89% 0.8% -
XYZ 39.51 41.41 6.67 -
YUV 163.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 205 169 22 0 0.18 0.89 0.20 48.2 0.81 0.45
Hex CD A9 16 0 12 59 14 30 51 2D
Octal 315 251 26 0 22 131 24 60 121 55
Binary 11001101 10101001 10110 0 10010 1011001 10100 110000 1010001 101101

Color Harmonies of #CDA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA916

Black with #CDA916

Text Example


Text Example

White with #CDA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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