Html Css Color HEX #CDAF28 Galliano

📋 copy color: '#CDAF28'

red 205 ◦ green 175 ◦ blue 40

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

Shades of Galliano #CDAF28

Tints of Galliano #CDAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

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

R = 48.81%
G = 41.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDAF28 (or 0xCDAF28) is known color: Galliano. HEX triplet: CD, AF and 28. RGB value is (205,175,40). Sum of RGB (Red+Green+Blue) = 205+175+40=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF28 is #3250D7. Grayscale: #A9A9A9. Windows color (decimal): -3297496 or 2666445. OLE color: 2666445.

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

Color convert

RGB 205 175 40 -
CMYK 0 0.15 0.80 0.20
HSL 49.09º 0.67% 0.48% -
HSV(B) 49.09º 0.8% 0.8% -
XYZ 40.89 43.79 8.31 -
YUV 168.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 205 175 40 0 0.15 0.80 0.20 49.09 0.67 0.48
Hex CD AF 28 0 F 50 14 31 43 30
Octal 315 257 50 0 17 120 24 61 103 60
Binary 11001101 10101111 101000 0 1111 1010000 10100 110001 1000011 110000

Color Harmonies of #CDAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAF28

Black with #CDAF28

Text Example


Text Example

White with #CDAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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