Html Css Color HEX #CDA628 Galliano

📋 copy color: '#CDA628'

red 205 ◦ green 166 ◦ blue 40

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

Shades of Galliano #CDA628

Tints of Galliano #CDA628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 49.88%
G = 40.39%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDA628 (or 0xCDA628) is known color: Galliano. HEX triplet: CD, A6 and 28. RGB value is (205,166,40). Sum of RGB (Red+Green+Blue) = 205+166+40=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA628 is #3259D7. Grayscale: #A3A3A3. Windows color (decimal): -3299800 or 2664141. OLE color: 2664141.

HSL color Cylindrical-coordinate representation of color #CDA628: hue angle of 45.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDA628 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 166 40 -
CMYK 0 0.19 0.80 0.20
HSL 45.82º 0.67% 0.48% -
HSV(B) 45.82º 0.8% 0.8% -
XYZ 39.2 40.4 7.74 -
YUV 163.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 205 166 40 0 0.19 0.80 0.20 45.82 0.67 0.48
Hex CD A6 28 0 13 50 14 2E 43 30
Octal 315 246 50 0 23 120 24 56 103 60
Binary 11001101 10100110 101000 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CDA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA628

Black with #CDA628

Text Example


Text Example

White with #CDA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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