Html Css Color HEX #CFA316 Galliano

📋 copy color: '#CFA316'

red 207 ◦ green 163 ◦ blue 22

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

Shades of Galliano #CFA316

Tints of Galliano #CFA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 52.81%
G = 41.58%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFA316 (or 0xCFA316) is known color: Galliano. HEX triplet: CF, A3 and 16. RGB value is (207,163,22). Sum of RGB (Red+Green+Blue) = 207+163+22=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA316 is #305CE9. Grayscale: #A0A0A0. Windows color (decimal): -3169514 or 1483727. OLE color: 1483727.

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

Color convert

RGB 207 163 22 -
CMYK 0 0.21 0.89 0.19
HSL 45.73º 0.81% 0.45% -
HSV(B) 45.73º 0.89% 0.81% -
XYZ 38.97 39.52 6.33 -
YUV 160.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 207 163 22 0 0.21 0.89 0.19 45.73 0.81 0.45
Hex CF A3 16 0 15 59 13 2E 51 2D
Octal 317 243 26 0 25 131 23 56 121 55
Binary 11001111 10100011 10110 0 10101 1011001 10011 101110 1010001 101101

Color Harmonies of #CFA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA316

Black with #CFA316

Text Example


Text Example

White with #CFA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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