Html Css Color HEX #CFB126 Galliano

📋 copy color: '#CFB126'

red 207 ◦ green 177 ◦ blue 38

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

Shades of Galliano #CFB126

Tints of Galliano #CFB126

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.94%

 BLUE value IS 38 (15.23% from 255) = 9%

R = 49.05%
G = 41.94%
B = 9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFB126 (or 0xCFB126) is known color: Galliano. HEX triplet: CF, B1 and 26. RGB value is (207,177,38). Sum of RGB (Red+Green+Blue) = 207+177+38=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB126 is #304ED9. Grayscale: #AAAAAA. Windows color (decimal): -3165914 or 2535887. OLE color: 2535887.

HSL color Cylindrical-coordinate representation of color #CFB126: hue angle of 49.35º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFB126 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 38 -
CMYK 0 0.14 0.82 0.19
HSL 49.35º 0.69% 0.48% -
HSV(B) 49.35º 0.82% 0.81% -
XYZ 41.8 44.85 8.29 -
YUV 170.12 53.44 154.3 -
System Red Green Blue C M Y K H S L
Decimal 207 177 38 0 0.14 0.82 0.19 49.35 0.69 0.48
Hex CF B1 26 0 E 52 13 31 45 30
Octal 317 261 46 0 16 122 23 61 105 60
Binary 11001111 10110001 100110 0 1110 1010010 10011 110001 1000101 110000

Color Harmonies of #CFB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB126

Black with #CFB126

Text Example


Text Example

White with #CFB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB126; }

 p { color: rgb(207,177,38); }

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

background-color css

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

 a { background-color: rgb(207,177,38); }

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

border-color css

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

 span { border-color: rgb(207,177,38); }

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