Html Css Color HEX #CFB027 Galliano

📋 copy color: '#CFB027'

red 207 ◦ green 176 ◦ blue 39

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

Shades of Galliano #CFB027

Tints of Galliano #CFB027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 49.05%
G = 41.71%
B = 9.24%

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

#CFB027 (or 0xCFB027) is known color: Galliano. HEX triplet: CF, B0 and 27. RGB value is (207,176,39). Sum of RGB (Red+Green+Blue) = 207+176+39=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB027 is #304FD8. Grayscale: #AAAAAA. Windows color (decimal): -3166169 or 2601167. OLE color: 2601167.

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

Color convert

RGB 207 176 39 -
CMYK 0 0.15 0.81 0.19
HSL 48.93º 0.68% 0.48% -
HSV(B) 48.93º 0.81% 0.81% -
XYZ 41.62 44.46 8.31 -
YUV 169.65 54.27 154.64 -
System Red Green Blue C M Y K H S L
Decimal 207 176 39 0 0.15 0.81 0.19 48.93 0.68 0.48
Hex CF B0 27 0 F 51 13 31 44 30
Octal 317 260 47 0 17 121 23 61 104 60
Binary 11001111 10110000 100111 0 1111 1010001 10011 110001 1000100 110000

Color Harmonies of #CFB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB027

Black with #CFB027

Text Example


Text Example

White with #CFB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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