Html Css Color HEX #CDA911 Galliano

📋 copy color: '#CDA911'

red 205 ◦ green 169 ◦ blue 17

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

Shades of Galliano #CDA911

Tints of Galliano #CDA911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 52.43%
G = 43.22%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDA911 (or 0xCDA911) is known color: Galliano. HEX triplet: CD, A9 and 11. RGB value is (205,169,17). Sum of RGB (Red+Green+Blue) = 205+169+17=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA911 is #3256EE. Grayscale: #A3A3A3. Windows color (decimal): -3299055 or 1157581. OLE color: 1157581.

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

Color convert

RGB 205 169 17 -
CMYK 0 0.18 0.92 0.20
HSL 48.51º 0.85% 0.44% -
HSV(B) 48.51º 0.92% 0.8% -
XYZ 39.47 41.4 6.44 -
YUV 162.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 205 169 17 0 0.18 0.92 0.20 48.51 0.85 0.44
Hex CD A9 11 0 12 5C 14 31 55 2C
Octal 315 251 21 0 22 134 24 61 125 54
Binary 11001101 10101001 10001 0 10010 1011100 10100 110001 1010101 101100

Color Harmonies of #CDA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA911

Black with #CDA911

Text Example


Text Example

White with #CDA911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA911; }

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

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

background-color css

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

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

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

border-color css

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

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

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