Html Css Color HEX #CDA228 Galliano

📋 copy color: '#CDA228'

red 205 ◦ green 162 ◦ blue 40

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

Shades of Galliano #CDA228

Tints of Galliano #CDA228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 50.37%
G = 39.8%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDA228 (or 0xCDA228) is known color: Galliano. HEX triplet: CD, A2 and 28. RGB value is (205,162,40). Sum of RGB (Red+Green+Blue) = 205+162+40=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA228 is #325DD7. Grayscale: #A1A1A1. Windows color (decimal): -3300824 or 2663117. OLE color: 2663117.

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

Color convert

RGB 205 162 40 -
CMYK 0 0.21 0.80 0.20
HSL 44.36º 0.67% 0.48% -
HSV(B) 44.36º 0.8% 0.8% -
XYZ 38.48 38.97 7.5 -
YUV 160.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 205 162 40 0 0.21 0.80 0.20 44.36 0.67 0.48
Hex CD A2 28 0 15 50 14 2C 43 30
Octal 315 242 50 0 25 120 24 54 103 60
Binary 11001101 10100010 101000 0 10101 1010000 10100 101100 1000011 110000

Color Harmonies of #CDA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA228

Black with #CDA228

Text Example


Text Example

White with #CDA228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA228; }

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

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

background-color css

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

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

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

border-color css

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

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

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