Html Css Color HEX #CFA621 Galliano

📋 copy color: '#CFA621'

red 207 ◦ green 166 ◦ blue 33

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

Shades of Galliano #CFA621

Tints of Galliano #CFA621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 50.99%
G = 40.89%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFA621 (or 0xCFA621) is known color: Galliano. HEX triplet: CF, A6 and 21. RGB value is (207,166,33). Sum of RGB (Red+Green+Blue) = 207+166+33=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA621 is #3059DE. Grayscale: #A3A3A3. Windows color (decimal): -3168735 or 2205391. OLE color: 2205391.

HSL color Cylindrical-coordinate representation of color #CFA621: hue angle of 45.86º 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 #CFA621 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 33 -
CMYK 0 0.20 0.84 0.19
HSL 45.86º 0.73% 0.47% -
HSV(B) 45.86º 0.84% 0.81% -
XYZ 39.64 40.65 7.2 -
YUV 163.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 207 166 33 0 0.20 0.84 0.19 45.86 0.73 0.47
Hex CF A6 21 0 14 54 13 2E 48 2F
Octal 317 246 41 0 24 124 23 56 110 57
Binary 11001111 10100110 100001 0 10100 1010100 10011 101110 1001000 101111

Color Harmonies of #CFA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA621

Black with #CFA621

Text Example


Text Example

White with #CFA621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA621; }

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

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

background-color css

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

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

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

border-color css

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

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

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