Html Css Color HEX #CDA028 Galliano

📋 copy color: '#CDA028'

red 205 ◦ green 160 ◦ blue 40

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

Shades of Galliano #CDA028

Tints of Galliano #CDA028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

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

R = 50.62%
G = 39.51%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDA028 (or 0xCDA028) is known color: Galliano. HEX triplet: CD, A0 and 28. RGB value is (205,160,40). Sum of RGB (Red+Green+Blue) = 205+160+40=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA028 is #325FD7. Grayscale: #A0A0A0. Windows color (decimal): -3301336 or 2662605. OLE color: 2662605.

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

Color convert

RGB 205 160 40 -
CMYK 0 0.22 0.80 0.20
HSL 43.64º 0.67% 0.48% -
HSV(B) 43.64º 0.8% 0.8% -
XYZ 38.13 38.27 7.39 -
YUV 159.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 205 160 40 0 0.22 0.80 0.20 43.64 0.67 0.48
Hex CD A0 28 0 16 50 14 2C 43 30
Octal 315 240 50 0 26 120 24 54 103 60
Binary 11001101 10100000 101000 0 10110 1010000 10100 101100 1000011 110000

Color Harmonies of #CDA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA028

Black with #CDA028

Text Example


Text Example

White with #CDA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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