Html Css Color HEX #CFA315 Galliano

📋 copy color: '#CFA315'

red 207 ◦ green 163 ◦ blue 21

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

Shades of Galliano #CFA315

Tints of Galliano #CFA315

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 52.94%
G = 41.69%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFA315 (or 0xCFA315) is known color: Galliano. HEX triplet: CF, A3 and 15. RGB value is (207,163,21). Sum of RGB (Red+Green+Blue) = 207+163+21=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA315 is #305CEA. Grayscale: #A0A0A0. Windows color (decimal): -3169515 or 1418191. OLE color: 1418191.

HSL color Cylindrical-coordinate representation of color #CFA315: hue angle of 45.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 #CFA315 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 21 -
CMYK 0 0.21 0.90 0.19
HSL 45.81º 0.82% 0.45% -
HSV(B) 45.81º 0.9% 0.81% -
XYZ 38.96 39.51 6.28 -
YUV 159.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 207 163 21 0 0.21 0.90 0.19 45.81 0.82 0.45
Hex CF A3 15 0 15 5A 13 2E 52 2D
Octal 317 243 25 0 25 132 23 56 122 55
Binary 11001111 10100011 10101 0 10101 1011010 10011 101110 1010010 101101

Color Harmonies of #CFA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA315

Black with #CFA315

Text Example


Text Example

White with #CFA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA315; }

 p { color: rgb(207,163,21); }

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

background-color css

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

 a { background-color: rgb(207,163,21); }

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

border-color css

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

 span { border-color: rgb(207,163,21); }

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