Html Css Color HEX #CDA61C Galliano

📋 copy color: '#CDA61C'

red 205 ◦ green 166 ◦ blue 28

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

Shades of Galliano #CDA61C

Tints of Galliano #CDA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

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

R = 51.38%
G = 41.6%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDA61C (or 0xCDA61C) is known color: Galliano. HEX triplet: CD, A6 and 1C. RGB value is (205,166,28). Sum of RGB (Red+Green+Blue) = 205+166+28=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA61C is #3259E3. Grayscale: #A2A2A2. Windows color (decimal): -3299812 or 1877709. OLE color: 1877709.

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

Color convert

RGB 205 166 28 -
CMYK 0 0.19 0.86 0.20
HSL 46.78º 0.76% 0.46% -
HSV(B) 46.78º 0.86% 0.8% -
XYZ 39.02 40.34 6.83 -
YUV 161.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 205 166 28 0 0.19 0.86 0.20 46.78 0.76 0.46
Hex CD A6 1C 0 13 56 14 2F 4C 2E
Octal 315 246 34 0 23 126 24 57 114 56
Binary 11001101 10100110 11100 0 10011 1010110 10100 101111 1001100 101110

Color Harmonies of #CDA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA61C

Black with #CDA61C

Text Example


Text Example

White with #CDA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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