Html Css Color HEX #CDA319 Galliano

📋 copy color: '#CDA319'

red 205 ◦ green 163 ◦ blue 25

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

Shades of Galliano #CDA319

Tints of Galliano #CDA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.48%

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 52.16%
G = 41.48%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA319 (or 0xCDA319) is known color: Galliano. HEX triplet: CD, A3 and 19. RGB value is (205,163,25). Sum of RGB (Red+Green+Blue) = 205+163+25=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA319 is #325CE6. Grayscale: #A0A0A0. Windows color (decimal): -3300583 or 1680333. OLE color: 1680333.

HSL color Cylindrical-coordinate representation of color #CDA319: hue angle of 46º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDA319 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 163 25 -
CMYK 0 0.20 0.88 0.20
HSL 46º 0.78% 0.45% -
HSV(B) 46º 0.88% 0.8% -
XYZ 38.45 39.24 6.47 -
YUV 159.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 205 163 25 0 0.20 0.88 0.20 46 0.78 0.45
Hex CD A3 19 0 14 58 14 2E 4E 2D
Octal 315 243 31 0 24 130 24 56 116 55
Binary 11001101 10100011 11001 0 10100 1011000 10100 101110 1001110 101101

Color Harmonies of #CDA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA319

Black with #CDA319

Text Example


Text Example

White with #CDA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA319; }

 p { color: rgb(205,163,25); }

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

background-color css

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

 a { background-color: rgb(205,163,25); }

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

border-color css

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

 span { border-color: rgb(205,163,25); }

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