Html Css Color HEX #CFA321 Galliano

📋 copy color: '#CFA321'

red 207 ◦ green 163 ◦ blue 33

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

Shades of Galliano #CFA321

Tints of Galliano #CFA321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.19%

R = 51.36%
G = 40.45%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFA321 (or 0xCFA321) is known color: Galliano. HEX triplet: CF, A3 and 21. RGB value is (207,163,33). Sum of RGB (Red+Green+Blue) = 207+163+33=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA321 is #305CDE. Grayscale: #A1A1A1. Windows color (decimal): -3169503 or 2204623. OLE color: 2204623.

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

Color convert

RGB 207 163 33 -
CMYK 0 0.21 0.84 0.19
HSL 44.83º 0.73% 0.47% -
HSV(B) 44.83º 0.84% 0.81% -
XYZ 39.1 39.57 7.02 -
YUV 161.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 207 163 33 0 0.21 0.84 0.19 44.83 0.73 0.47
Hex CF A3 21 0 15 54 13 2D 48 2F
Octal 317 243 41 0 25 124 23 55 110 57
Binary 11001111 10100011 100001 0 10101 1010100 10011 101101 1001000 101111

Color Harmonies of #CFA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA321

Black with #CFA321

Text Example


Text Example

White with #CFA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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