Html Css Color HEX #CFAD1C Galliano

📋 copy color: '#CFAD1C'

red 207 ◦ green 173 ◦ blue 28

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

Shades of Galliano #CFAD1C

Tints of Galliano #CFAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.4%

 BLUE value IS 28 (11.33% from 255) = 6.86%

R = 50.74%
G = 42.4%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFAD1C (or 0xCFAD1C) is known color: Galliano. HEX triplet: CF, AD and 1C. RGB value is (207,173,28). Sum of RGB (Red+Green+Blue) = 207+173+28=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD1C is #3052E3. Grayscale: #A7A7A7. Windows color (decimal): -3166948 or 1879503. OLE color: 1879503.

HSL color Cylindrical-coordinate representation of color #CFAD1C: hue angle of 48.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFAD1C is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 173 28 -
CMYK 0 0.16 0.86 0.19
HSL 48.6º 0.76% 0.46% -
HSV(B) 48.6º 0.86% 0.81% -
XYZ 40.89 43.24 7.29 -
YUV 166.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 207 173 28 0 0.16 0.86 0.19 48.6 0.76 0.46
Hex CF AD 1C 0 10 56 13 31 4C 2E
Octal 317 255 34 0 20 126 23 61 114 56
Binary 11001111 10101101 11100 0 10000 1010110 10011 110001 1001100 101110

Color Harmonies of #CFAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD1C

Black with #CFAD1C

Text Example


Text Example

White with #CFAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD1C; }

 p { color: rgb(207,173,28); }

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

background-color css

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

 a { background-color: rgb(207,173,28); }

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

border-color css

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

 span { border-color: rgb(207,173,28); }

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