Html Css Color HEX #CDA828 Galliano

📋 copy color: '#CDA828'

red 205 ◦ green 168 ◦ blue 40

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

Shades of Galliano #CDA828

Tints of Galliano #CDA828

RGB

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

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

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

R = 49.64%
G = 40.68%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDA828 (or 0xCDA828) is known color: Galliano. HEX triplet: CD, A8 and 28. RGB value is (205,168,40). Sum of RGB (Red+Green+Blue) = 205+168+40=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA828 is #3257D7. Grayscale: #A5A5A5. Windows color (decimal): -3299288 or 2664653. OLE color: 2664653.

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

Color convert

RGB 205 168 40 -
CMYK 0 0.18 0.80 0.20
HSL 46.55º 0.67% 0.48% -
HSV(B) 46.55º 0.8% 0.8% -
XYZ 39.56 41.14 7.86 -
YUV 164.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 205 168 40 0 0.18 0.80 0.20 46.55 0.67 0.48
Hex CD A8 28 0 12 50 14 2F 43 30
Octal 315 250 50 0 22 120 24 57 103 60
Binary 11001101 10101000 101000 0 10010 1010000 10100 101111 1000011 110000

Color Harmonies of #CDA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA828

Black with #CDA828

Text Example


Text Example

White with #CDA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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