Html Css Color HEX #CFAD28 Galliano

📋 copy color: '#CFAD28'

red 207 ◦ green 173 ◦ blue 40

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

Shades of Galliano #CFAD28

Tints of Galliano #CFAD28

RGB

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

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

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

R = 49.29%
G = 41.19%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFAD28 (or 0xCFAD28) is known color: Galliano. HEX triplet: CF, AD and 28. RGB value is (207,173,40). Sum of RGB (Red+Green+Blue) = 207+173+40=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD28 is #3052D7. Grayscale: #A8A8A8. Windows color (decimal): -3166936 or 2665935. OLE color: 2665935.

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

Color convert

RGB 207 173 40 -
CMYK 0 0.16 0.81 0.19
HSL 47.78º 0.68% 0.48% -
HSV(B) 47.78º 0.81% 0.81% -
XYZ 41.06 43.31 8.2 -
YUV 168 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 207 173 40 0 0.16 0.81 0.19 47.78 0.68 0.48
Hex CF AD 28 0 10 51 13 30 44 30
Octal 317 255 50 0 20 121 23 60 104 60
Binary 11001111 10101101 101000 0 10000 1010001 10011 110000 1000100 110000

Color Harmonies of #CFAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD28

Black with #CFAD28

Text Example


Text Example

White with #CFAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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