Html Css Color HEX #CFA413 Galliano

📋 copy color: '#CFA413'

red 207 ◦ green 164 ◦ blue 19

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

Shades of Galliano #CFA413

Tints of Galliano #CFA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.87%

R = 53.08%
G = 42.05%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA413 (or 0xCFA413) is known color: Galliano. HEX triplet: CF, A4 and 13. RGB value is (207,164,19). Sum of RGB (Red+Green+Blue) = 207+164+19=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA413 is #305BEC. Grayscale: #A0A0A0. Windows color (decimal): -3169261 or 1287375. OLE color: 1287375.

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

Color convert

RGB 207 164 19 -
CMYK 0 0.21 0.91 0.19
HSL 46.28º 0.83% 0.44% -
HSV(B) 46.28º 0.91% 0.81% -
XYZ 39.13 39.86 6.25 -
YUV 160.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 207 164 19 0 0.21 0.91 0.19 46.28 0.83 0.44
Hex CF A4 13 0 15 5B 13 2E 53 2C
Octal 317 244 23 0 25 133 23 56 123 54
Binary 11001111 10100100 10011 0 10101 1011011 10011 101110 1010011 101100

Color Harmonies of #CFA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA413

Black with #CFA413

Text Example


Text Example

White with #CFA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA413; }

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

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

background-color css

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

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

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

border-color css

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

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

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