Html Css Color HEX #CDA323 Galliano

📋 copy color: '#CDA323'

red 205 ◦ green 163 ◦ blue 35

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

Shades of Galliano #CDA323

Tints of Galliano #CDA323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 50.87%
G = 40.45%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDA323 (or 0xCDA323) is known color: Galliano. HEX triplet: CD, A3 and 23. RGB value is (205,163,35). Sum of RGB (Red+Green+Blue) = 205+163+35=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA323 is #325CDC. Grayscale: #A1A1A1. Windows color (decimal): -3300573 or 2335693. OLE color: 2335693.

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

Color convert

RGB 205 163 35 -
CMYK 0 0.20 0.83 0.20
HSL 45.18º 0.71% 0.47% -
HSV(B) 45.18º 0.83% 0.8% -
XYZ 38.58 39.29 7.14 -
YUV 160.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 205 163 35 0 0.20 0.83 0.20 45.18 0.71 0.47
Hex CD A3 23 0 14 53 14 2D 47 2F
Octal 315 243 43 0 24 123 24 55 107 57
Binary 11001101 10100011 100011 0 10100 1010011 10100 101101 1000111 101111

Color Harmonies of #CDA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA323

Black with #CDA323

Text Example


Text Example

White with #CDA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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