Html Css Color HEX #CFA528 Galliano

📋 copy color: '#CFA528'

red 207 ◦ green 165 ◦ blue 40

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

Shades of Galliano #CFA528

Tints of Galliano #CFA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

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

R = 50.24%
G = 40.05%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFA528 (or 0xCFA528) is known color: Galliano. HEX triplet: CF, A5 and 28. RGB value is (207,165,40). Sum of RGB (Red+Green+Blue) = 207+165+40=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA528 is #305AD7. Grayscale: #A3A3A3. Windows color (decimal): -3168984 or 2663887. OLE color: 2663887.

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

Color convert

RGB 207 165 40 -
CMYK 0 0.20 0.81 0.19
HSL 44.91º 0.68% 0.48% -
HSV(B) 44.91º 0.81% 0.81% -
XYZ 39.57 40.33 7.71 -
YUV 163.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 207 165 40 0 0.20 0.81 0.19 44.91 0.68 0.48
Hex CF A5 28 0 14 51 13 2D 44 30
Octal 317 245 50 0 24 121 23 55 104 60
Binary 11001111 10100101 101000 0 10100 1010001 10011 101101 1000100 110000

Color Harmonies of #CFA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA528

Black with #CFA528

Text Example


Text Example

White with #CFA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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