Html Css Color HEX #CDA41C Galliano

📋 copy color: '#CDA41C'

red 205 ◦ green 164 ◦ blue 28

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

Shades of Galliano #CDA41C

Tints of Galliano #CDA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 51.64%
G = 41.31%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDA41C (or 0xCDA41C) is known color: Galliano. HEX triplet: CD, A4 and 1C. RGB value is (205,164,28). Sum of RGB (Red+Green+Blue) = 205+164+28=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA41C is #325BE3. Grayscale: #A1A1A1. Windows color (decimal): -3300324 or 1877197. OLE color: 1877197.

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

Color convert

RGB 205 164 28 -
CMYK 0 0.2 0.86 0.20
HSL 46.1º 0.76% 0.46% -
HSV(B) 46.1º 0.86% 0.8% -
XYZ 38.66 39.61 6.71 -
YUV 160.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 205 164 28 0 0.2 0.86 0.20 46.1 0.76 0.46
Hex CD A4 1C 0 14 56 14 2E 4C 2E
Octal 315 244 34 0 24 126 24 56 114 56
Binary 11001101 10100100 11100 0 10100 1010110 10100 101110 1001100 101110

Color Harmonies of #CDA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA41C

Black with #CDA41C

Text Example


Text Example

White with #CDA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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