Html Css Color HEX #CFA41D Galliano

📋 copy color: '#CFA41D'

red 207 ◦ green 164 ◦ blue 29

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

Shades of Galliano #CFA41D

Tints of Galliano #CFA41D

RGB

 RED value IS 207 (81.25% from 255) = 51.75%

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

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

R = 51.75%
G = 41%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFA41D (or 0xCFA41D) is known color: Galliano. HEX triplet: CF, A4 and 1D. RGB value is (207,164,29). Sum of RGB (Red+Green+Blue) = 207+164+29=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA41D is #305BE2. Grayscale: #A2A2A2. Windows color (decimal): -3169251 or 1942735. OLE color: 1942735.

HSL color Cylindrical-coordinate representation of color #CFA41D: hue angle of 45.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFA41D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 164 29 -
CMYK 0 0.21 0.86 0.19
HSL 45.51º 0.75% 0.46% -
HSV(B) 45.51º 0.86% 0.81% -
XYZ 39.23 39.91 6.8 -
YUV 161.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 207 164 29 0 0.21 0.86 0.19 45.51 0.75 0.46
Hex CF A4 1D 0 15 56 13 2E 4B 2E
Octal 317 244 35 0 25 126 23 56 113 56
Binary 11001111 10100100 11101 0 10101 1010110 10011 101110 1001011 101110

Color Harmonies of #CFA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA41D

Black with #CFA41D

Text Example


Text Example

White with #CFA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA41D; }

 p { color: rgb(207,164,29); }

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

background-color css

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

 a { background-color: rgb(207,164,29); }

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

border-color css

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

 span { border-color: rgb(207,164,29); }

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