Html Css Color HEX #CFA428 Galliano

📋 copy color: '#CFA428'

red 207 ◦ green 164 ◦ blue 40

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

Shades of Galliano #CFA428

Tints of Galliano #CFA428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 50.36%
G = 39.9%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFA428 (or 0xCFA428) is known color: Galliano. HEX triplet: CF, A4 and 28. RGB value is (207,164,40). Sum of RGB (Red+Green+Blue) = 207+164+40=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA428 is #305BD7. Grayscale: #A3A3A3. Windows color (decimal): -3169240 or 2663631. OLE color: 2663631.

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

Color convert

RGB 207 164 40 -
CMYK 0 0.21 0.81 0.19
HSL 44.55º 0.68% 0.48% -
HSV(B) 44.55º 0.81% 0.81% -
XYZ 39.39 39.97 7.65 -
YUV 162.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 207 164 40 0 0.21 0.81 0.19 44.55 0.68 0.48
Hex CF A4 28 0 15 51 13 2D 44 30
Octal 317 244 50 0 25 121 23 55 104 60
Binary 11001111 10100100 101000 0 10101 1010001 10011 101101 1000100 110000

Color Harmonies of #CFA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA428

Black with #CFA428

Text Example


Text Example

White with #CFA428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA428; }

 p { color: rgb(207,164,40); }

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

background-color css

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

 a { background-color: rgb(207,164,40); }

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

border-color css

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

 span { border-color: rgb(207,164,40); }

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