Html Css Color HEX #CFA325 Galliano

📋 copy color: '#CFA325'

red 207 ◦ green 163 ◦ blue 37

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

Shades of Galliano #CFA325

Tints of Galliano #CFA325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.09%

R = 50.86%
G = 40.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFA325 (or 0xCFA325) is known color: Galliano. HEX triplet: CF, A3 and 25. RGB value is (207,163,37). Sum of RGB (Red+Green+Blue) = 207+163+37=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA325 is #305CDA. Grayscale: #A2A2A2. Windows color (decimal): -3169499 or 2466767. OLE color: 2466767.

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

Color convert

RGB 207 163 37 -
CMYK 0 0.21 0.82 0.19
HSL 44.47º 0.7% 0.48% -
HSV(B) 44.47º 0.82% 0.81% -
XYZ 39.16 39.59 7.33 -
YUV 161.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 207 163 37 0 0.21 0.82 0.19 44.47 0.7 0.48
Hex CF A3 25 0 15 52 13 2C 46 30
Octal 317 243 45 0 25 122 23 54 106 60
Binary 11001111 10100011 100101 0 10101 1010010 10011 101100 1000110 110000

Color Harmonies of #CFA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA325

Black with #CFA325

Text Example


Text Example

White with #CFA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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