Html Css Color HEX #CDA316 Galliano

📋 copy color: '#CDA316'

red 205 ◦ green 163 ◦ blue 22

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

Shades of Galliano #CDA316

Tints of Galliano #CDA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 52.56%
G = 41.79%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA316 (or 0xCDA316) is known color: Galliano. HEX triplet: CD, A3 and 16. RGB value is (205,163,22). Sum of RGB (Red+Green+Blue) = 205+163+22=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA316 is #325CE9. Grayscale: #A0A0A0. Windows color (decimal): -3300586 or 1483725. OLE color: 1483725.

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

Color convert

RGB 205 163 22 -
CMYK 0 0.20 0.89 0.20
HSL 46.23º 0.81% 0.45% -
HSV(B) 46.23º 0.89% 0.8% -
XYZ 38.42 39.23 6.31 -
YUV 159.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 205 163 22 0 0.20 0.89 0.20 46.23 0.81 0.45
Hex CD A3 16 0 14 59 14 2E 51 2D
Octal 315 243 26 0 24 131 24 56 121 55
Binary 11001101 10100011 10110 0 10100 1011001 10100 101110 1010001 101101

Color Harmonies of #CDA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA316

Black with #CDA316

Text Example


Text Example

White with #CDA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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