Html Css Color HEX #CDA728 Galliano

📋 copy color: '#CDA728'

red 205 ◦ green 167 ◦ blue 40

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

Shades of Galliano #CDA728

Tints of Galliano #CDA728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

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

R = 49.76%
G = 40.53%
B = 9.71%

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

#CDA728 (or 0xCDA728) is known color: Galliano. HEX triplet: CD, A7 and 28. RGB value is (205,167,40). Sum of RGB (Red+Green+Blue) = 205+167+40=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA728 is #3258D7. Grayscale: #A4A4A4. Windows color (decimal): -3299544 or 2664397. OLE color: 2664397.

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

Color convert

RGB 205 167 40 -
CMYK 0 0.19 0.80 0.20
HSL 46.18º 0.67% 0.48% -
HSV(B) 46.18º 0.8% 0.8% -
XYZ 39.38 40.77 7.8 -
YUV 163.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 205 167 40 0 0.19 0.80 0.20 46.18 0.67 0.48
Hex CD A7 28 0 13 50 14 2E 43 30
Octal 315 247 50 0 23 120 24 56 103 60
Binary 11001101 10100111 101000 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CDA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA728

Black with #CDA728

Text Example


Text Example

White with #CDA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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