Html Css Color HEX #CFB326 Galliano

📋 copy color: '#CFB326'

red 207 ◦ green 179 ◦ blue 38

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

Shades of Galliano #CFB326

Tints of Galliano #CFB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

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

R = 48.82%
G = 42.22%
B = 8.96%

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

#CFB326 (or 0xCFB326) is known color: Galliano. HEX triplet: CF, B3 and 26. RGB value is (207,179,38). Sum of RGB (Red+Green+Blue) = 207+179+38=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB326 is #304CD9. Grayscale: #ABABAB. Windows color (decimal): -3165402 or 2536399. OLE color: 2536399.

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

Color convert

RGB 207 179 38 -
CMYK 0 0.14 0.82 0.19
HSL 50.06º 0.69% 0.48% -
HSV(B) 50.06º 0.82% 0.81% -
XYZ 42.2 45.65 8.42 -
YUV 171.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 207 179 38 0 0.14 0.82 0.19 50.06 0.69 0.48
Hex CF B3 26 0 E 52 13 32 45 30
Octal 317 263 46 0 16 122 23 62 105 60
Binary 11001111 10110011 100110 0 1110 1010010 10011 110010 1000101 110000

Color Harmonies of #CFB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB326

Black with #CFB326

Text Example


Text Example

White with #CFB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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