Html Css Color HEX #CDA51C Galliano

📋 copy color: '#CDA51C'

red 205 ◦ green 165 ◦ blue 28

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

Shades of Galliano #CDA51C

Tints of Galliano #CDA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 51.51%
G = 41.46%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDA51C (or 0xCDA51C) is known color: Galliano. HEX triplet: CD, A5 and 1C. RGB value is (205,165,28). Sum of RGB (Red+Green+Blue) = 205+165+28=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA51C is #325AE3. Grayscale: #A1A1A1. Windows color (decimal): -3300068 or 1877453. OLE color: 1877453.

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

Color convert

RGB 205 165 28 -
CMYK 0 0.20 0.86 0.20
HSL 46.44º 0.76% 0.46% -
HSV(B) 46.44º 0.86% 0.8% -
XYZ 38.84 39.97 6.77 -
YUV 161.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 205 165 28 0 0.20 0.86 0.20 46.44 0.76 0.46
Hex CD A5 1C 0 14 56 14 2E 4C 2E
Octal 315 245 34 0 24 126 24 56 114 56
Binary 11001101 10100101 11100 0 10100 1010110 10100 101110 1001100 101110

Color Harmonies of #CDA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA51C

Black with #CDA51C

Text Example


Text Example

White with #CDA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA51C; }

 p { color: rgb(205,165,28); }

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

background-color css

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

 a { background-color: rgb(205,165,28); }

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

border-color css

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

 span { border-color: rgb(205,165,28); }

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