Html Css Color HEX #CDA714 Galliano

📋 copy color: '#CDA714'

red 205 ◦ green 167 ◦ blue 20

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

Shades of Galliano #CDA714

Tints of Galliano #CDA714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 52.3%
G = 42.6%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDA714 (or 0xCDA714) is known color: Galliano. HEX triplet: CD, A7 and 14. RGB value is (205,167,20). Sum of RGB (Red+Green+Blue) = 205+167+20=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA714 is #3258EB. Grayscale: #A2A2A2. Windows color (decimal): -3299564 or 1353677. OLE color: 1353677.

HSL color Cylindrical-coordinate representation of color #CDA714: hue angle of 47.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDA714 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 20 -
CMYK 0 0.19 0.90 0.20
HSL 47.68º 0.82% 0.44% -
HSV(B) 47.68º 0.9% 0.8% -
XYZ 39.12 40.67 6.45 -
YUV 161.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 205 167 20 0 0.19 0.90 0.20 47.68 0.82 0.44
Hex CD A7 14 0 13 5A 14 30 52 2C
Octal 315 247 24 0 23 132 24 60 122 54
Binary 11001101 10100111 10100 0 10011 1011010 10100 110000 1010010 101100

Color Harmonies of #CDA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA714

Black with #CDA714

Text Example


Text Example

White with #CDA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA714; }

 p { color: rgb(205,167,20); }

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

background-color css

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

 a { background-color: rgb(205,167,20); }

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

border-color css

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

 span { border-color: rgb(205,167,20); }

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