Html Css Color HEX #CFB227 Galliano

📋 copy color: '#CFB227'

red 207 ◦ green 178 ◦ blue 39

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

Shades of Galliano #CFB227

Tints of Galliano #CFB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.98%

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

R = 48.82%
G = 41.98%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFB227 (or 0xCFB227) is known color: Galliano. HEX triplet: CF, B2 and 27. RGB value is (207,178,39). Sum of RGB (Red+Green+Blue) = 207+178+39=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB227 is #304DD8. Grayscale: #ABABAB. Windows color (decimal): -3165657 or 2601679. OLE color: 2601679.

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

Color convert

RGB 207 178 39 -
CMYK 0 0.14 0.81 0.19
HSL 49.64º 0.68% 0.48% -
HSV(B) 49.64º 0.81% 0.81% -
XYZ 42.02 45.25 8.44 -
YUV 170.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 207 178 39 0 0.14 0.81 0.19 49.64 0.68 0.48
Hex CF B2 27 0 E 51 13 32 44 30
Octal 317 262 47 0 16 121 23 62 104 60
Binary 11001111 10110010 100111 0 1110 1010001 10011 110010 1000100 110000

Color Harmonies of #CFB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB227

Black with #CFB227

Text Example


Text Example

White with #CFB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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