Html Css Color HEX #CDA41F Galliano

📋 copy color: '#CDA41F'

red 205 ◦ green 164 ◦ blue 31

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

Shades of Galliano #CDA41F

Tints of Galliano #CDA41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 31 (12.5% from 255) = 7.75%

R = 51.25%
G = 41%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CDA41F (or 0xCDA41F) is known color: Galliano. HEX triplet: CD, A4 and 1F. RGB value is (205,164,31). Sum of RGB (Red+Green+Blue) = 205+164+31=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA41F is #325BE0. Grayscale: #A1A1A1. Windows color (decimal): -3300321 or 2073805. OLE color: 2073805.

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

Color convert

RGB 205 164 31 -
CMYK 0 0.2 0.85 0.20
HSL 45.86º 0.74% 0.46% -
HSV(B) 45.86º 0.85% 0.8% -
XYZ 38.7 39.63 6.91 -
YUV 161.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 205 164 31 0 0.2 0.85 0.20 45.86 0.74 0.46
Hex CD A4 1F 0 14 55 14 2E 4A 2E
Octal 315 244 37 0 24 125 24 56 112 56
Binary 11001101 10100100 11111 0 10100 1010101 10100 101110 1001010 101110

Color Harmonies of #CDA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA41F

Black with #CDA41F

Text Example


Text Example

White with #CDA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA41F; }

 p { color: rgb(205,164,31); }

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

background-color css

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

 a { background-color: rgb(205,164,31); }

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

border-color css

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

 span { border-color: rgb(205,164,31); }

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