Html Css Color HEX #CFA914 Galliano

📋 copy color: '#CFA914'

red 207 ◦ green 169 ◦ blue 20

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

Shades of Galliano #CFA914

Tints of Galliano #CFA914

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.68%

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

R = 52.27%
G = 42.68%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFA914 (or 0xCFA914) is known color: Galliano. HEX triplet: CF, A9 and 14. RGB value is (207,169,20). Sum of RGB (Red+Green+Blue) = 207+169+20=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA914 is #3056EB. Grayscale: #A4A4A4. Windows color (decimal): -3167980 or 1354191. OLE color: 1354191.

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

Color convert

RGB 207 169 20 -
CMYK 0 0.18 0.90 0.19
HSL 47.81º 0.82% 0.45% -
HSV(B) 47.81º 0.9% 0.81% -
XYZ 40.05 41.69 6.6 -
YUV 163.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 207 169 20 0 0.18 0.90 0.19 47.81 0.82 0.45
Hex CF A9 14 0 12 5A 13 30 52 2D
Octal 317 251 24 0 22 132 23 60 122 55
Binary 11001111 10101001 10100 0 10010 1011010 10011 110000 1010010 101101

Color Harmonies of #CFA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA914

Black with #CFA914

Text Example


Text Example

White with #CFA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA914; }

 p { color: rgb(207,169,20); }

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

background-color css

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

 a { background-color: rgb(207,169,20); }

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

border-color css

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

 span { border-color: rgb(207,169,20); }

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