Html Css Color HEX #CDA811 Galliano

📋 copy color: '#CDA811'

red 205 ◦ green 168 ◦ blue 17

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

Shades of Galliano #CDA811

Tints of Galliano #CDA811

RGB

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

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

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

R = 52.56%
G = 43.08%
B = 4.36%

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

#CDA811 (or 0xCDA811) is known color: Galliano. HEX triplet: CD, A8 and 11. RGB value is (205,168,17). Sum of RGB (Red+Green+Blue) = 205+168+17=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA811 is #3257EE. Grayscale: #A2A2A2. Windows color (decimal): -3299311 or 1157325. OLE color: 1157325.

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

Color convert

RGB 205 168 17 -
CMYK 0 0.18 0.92 0.20
HSL 48.19º 0.85% 0.44% -
HSV(B) 48.19º 0.92% 0.8% -
XYZ 39.28 41.02 6.38 -
YUV 161.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 205 168 17 0 0.18 0.92 0.20 48.19 0.85 0.44
Hex CD A8 11 0 12 5C 14 30 55 2C
Octal 315 250 21 0 22 134 24 60 125 54
Binary 11001101 10101000 10001 0 10010 1011100 10100 110000 1010101 101100

Color Harmonies of #CDA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA811

Black with #CDA811

Text Example


Text Example

White with #CDA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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