Html Css Color HEX #CDA327 Galliano

📋 copy color: '#CDA327'

red 205 ◦ green 163 ◦ blue 39

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

Shades of Galliano #CDA327

Tints of Galliano #CDA327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 50.37%
G = 40.05%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDA327 (or 0xCDA327) is known color: Galliano. HEX triplet: CD, A3 and 27. RGB value is (205,163,39). Sum of RGB (Red+Green+Blue) = 205+163+39=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA327 is #325CD8. Grayscale: #A1A1A1. Windows color (decimal): -3300569 or 2597837. OLE color: 2597837.

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

Color convert

RGB 205 163 39 -
CMYK 0 0.20 0.81 0.20
HSL 44.82º 0.68% 0.48% -
HSV(B) 44.82º 0.81% 0.8% -
XYZ 38.64 39.32 7.47 -
YUV 161.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 205 163 39 0 0.20 0.81 0.20 44.82 0.68 0.48
Hex CD A3 27 0 14 51 14 2D 44 30
Octal 315 243 47 0 24 121 24 55 104 60
Binary 11001101 10100011 100111 0 10100 1010001 10100 101101 1000100 110000

Color Harmonies of #CDA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA327

Black with #CDA327

Text Example


Text Example

White with #CDA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA327; }

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

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

background-color css

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

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

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

border-color css

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

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

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