Html Css Color HEX #CFB321 Galliano

📋 copy color: '#CFB321'

red 207 ◦ green 179 ◦ blue 33

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

Shades of Galliano #CFB321

Tints of Galliano #CFB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 49.4%
G = 42.72%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFB321 (or 0xCFB321) is known color: Galliano. HEX triplet: CF, B3 and 21. RGB value is (207,179,33). Sum of RGB (Red+Green+Blue) = 207+179+33=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB321 is #304CDE. Grayscale: #ABABAB. Windows color (decimal): -3165407 or 2208719. OLE color: 2208719.

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

Color convert

RGB 207 179 33 -
CMYK 0 0.14 0.84 0.19
HSL 50.34º 0.73% 0.47% -
HSV(B) 50.34º 0.84% 0.81% -
XYZ 42.13 45.62 8.02 -
YUV 170.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 207 179 33 0 0.14 0.84 0.19 50.34 0.73 0.47
Hex CF B3 21 0 E 54 13 32 48 2F
Octal 317 263 41 0 16 124 23 62 110 57
Binary 11001111 10110011 100001 0 1110 1010100 10011 110010 1001000 101111

Color Harmonies of #CFB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB321

Black with #CFB321

Text Example


Text Example

White with #CFB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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