Html Css Color HEX #CFA925 Galliano

📋 copy color: '#CFA925'

red 207 ◦ green 169 ◦ blue 37

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

Shades of Galliano #CFA925

Tints of Galliano #CFA925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

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

R = 50.12%
G = 40.92%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFA925 (or 0xCFA925) is known color: Galliano. HEX triplet: CF, A9 and 25. RGB value is (207,169,37). Sum of RGB (Red+Green+Blue) = 207+169+37=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA925 is #3056DA. Grayscale: #A5A5A5. Windows color (decimal): -3167963 or 2468303. OLE color: 2468303.

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

Color convert

RGB 207 169 37 -
CMYK 0 0.18 0.82 0.19
HSL 46.59º 0.7% 0.48% -
HSV(B) 46.59º 0.82% 0.81% -
XYZ 40.25 41.77 7.69 -
YUV 165.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 207 169 37 0 0.18 0.82 0.19 46.59 0.7 0.48
Hex CF A9 25 0 12 52 13 2F 46 30
Octal 317 251 45 0 22 122 23 57 106 60
Binary 11001111 10101001 100101 0 10010 1010010 10011 101111 1000110 110000

Color Harmonies of #CFA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA925

Black with #CFA925

Text Example


Text Example

White with #CFA925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA925; }

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

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

background-color css

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

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

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

border-color css

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

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

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