Html Css Color HEX #CFB028 Galliano

📋 copy color: '#CFB028'

red 207 ◦ green 176 ◦ blue 40

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

Shades of Galliano #CFB028

Tints of Galliano #CFB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.61%

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

R = 48.94%
G = 41.61%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFB028 (or 0xCFB028) is known color: Galliano. HEX triplet: CF, B0 and 28. RGB value is (207,176,40). Sum of RGB (Red+Green+Blue) = 207+176+40=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB028 is #304FD7. Grayscale: #AAAAAA. Windows color (decimal): -3166168 or 2666703. OLE color: 2666703.

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

Color convert

RGB 207 176 40 -
CMYK 0 0.15 0.81 0.19
HSL 48.86º 0.68% 0.48% -
HSV(B) 48.86º 0.81% 0.81% -
XYZ 41.64 44.47 8.4 -
YUV 169.77 54.77 154.56 -
System Red Green Blue C M Y K H S L
Decimal 207 176 40 0 0.15 0.81 0.19 48.86 0.68 0.48
Hex CF B0 28 0 F 51 13 31 44 30
Octal 317 260 50 0 17 121 23 61 104 60
Binary 11001111 10110000 101000 0 1111 1010001 10011 110001 1000100 110000

Color Harmonies of #CFB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB028

Black with #CFB028

Text Example


Text Example

White with #CFB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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