Html Css Color HEX #CDA31D Galliano

📋 copy color: '#CDA31D'

red 205 ◦ green 163 ◦ blue 29

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

Shades of Galliano #CDA31D

Tints of Galliano #CDA31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.3%

R = 51.64%
G = 41.06%
B = 7.3%

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

#CDA31D (or 0xCDA31D) is known color: Galliano. HEX triplet: CD, A3 and 1D. RGB value is (205,163,29). Sum of RGB (Red+Green+Blue) = 205+163+29=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA31D is #325CE2. Grayscale: #A0A0A0. Windows color (decimal): -3300579 or 1942477. OLE color: 1942477.

HSL color Cylindrical-coordinate representation of color #CDA31D: hue angle of 45.68º degrees, saturation: 0.75, 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 #CDA31D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 163 29 -
CMYK 0 0.20 0.86 0.20
HSL 45.68º 0.75% 0.46% -
HSV(B) 45.68º 0.86% 0.8% -
XYZ 38.5 39.26 6.71 -
YUV 160.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 205 163 29 0 0.20 0.86 0.20 45.68 0.75 0.46
Hex CD A3 1D 0 14 56 14 2E 4B 2E
Octal 315 243 35 0 24 126 24 56 113 56
Binary 11001101 10100011 11101 0 10100 1010110 10100 101110 1001011 101110

Color Harmonies of #CDA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA31D

Black with #CDA31D

Text Example


Text Example

White with #CDA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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