Html Css Color HEX #CDA41E Galliano

📋 copy color: '#CDA41E'

red 205 ◦ green 164 ◦ blue 30

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

Shades of Galliano #CDA41E

Tints of Galliano #CDA41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 51.38%
G = 41.1%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CDA41E (or 0xCDA41E) is known color: Galliano. HEX triplet: CD, A4 and 1E. RGB value is (205,164,30). Sum of RGB (Red+Green+Blue) = 205+164+30=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA41E is #325BE1. Grayscale: #A1A1A1. Windows color (decimal): -3300322 or 2008269. OLE color: 2008269.

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

Color convert

RGB 205 164 30 -
CMYK 0 0.2 0.85 0.20
HSL 45.94º 0.74% 0.46% -
HSV(B) 45.94º 0.85% 0.8% -
XYZ 38.69 39.62 6.84 -
YUV 160.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 205 164 30 0 0.2 0.85 0.20 45.94 0.74 0.46
Hex CD A4 1E 0 14 55 14 2E 4A 2E
Octal 315 244 36 0 24 125 24 56 112 56
Binary 11001101 10100100 11110 0 10100 1010101 10100 101110 1001010 101110

Color Harmonies of #CDA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA41E

Black with #CDA41E

Text Example


Text Example

White with #CDA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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