Html Css Color HEX #CFB125 Galliano

📋 copy color: '#CFB125'

red 207 ◦ green 177 ◦ blue 37

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

Shades of Galliano #CFB125

Tints of Galliano #CFB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 49.17%
G = 42.04%
B = 8.79%

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

#CFB125 (or 0xCFB125) is known color: Galliano. HEX triplet: CF, B1 and 25. RGB value is (207,177,37). Sum of RGB (Red+Green+Blue) = 207+177+37=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB125 is #304EDA. Grayscale: #AAAAAA. Windows color (decimal): -3165915 or 2470351. OLE color: 2470351.

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

Color convert

RGB 207 177 37 -
CMYK 0 0.14 0.82 0.19
HSL 49.41º 0.7% 0.48% -
HSV(B) 49.41º 0.82% 0.81% -
XYZ 41.79 44.84 8.2 -
YUV 170.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 207 177 37 0 0.14 0.82 0.19 49.41 0.7 0.48
Hex CF B1 25 0 E 52 13 31 46 30
Octal 317 261 45 0 16 122 23 61 106 60
Binary 11001111 10110001 100101 0 1110 1010010 10011 110001 1000110 110000

Color Harmonies of #CFB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB125

Black with #CFB125

Text Example


Text Example

White with #CFB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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