Html Css Color HEX #CFB426 Galliano

📋 copy color: '#CFB426'

red 207 ◦ green 180 ◦ blue 38

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

Shades of Galliano #CFB426

Tints of Galliano #CFB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

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

R = 48.71%
G = 42.35%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFB426 (or 0xCFB426) is known color: Galliano. HEX triplet: CF, B4 and 26. RGB value is (207,180,38). Sum of RGB (Red+Green+Blue) = 207+180+38=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB426 is #304BD9. Grayscale: #ACACAC. Windows color (decimal): -3165146 or 2536655. OLE color: 2536655.

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

Color convert

RGB 207 180 38 -
CMYK 0 0.13 0.82 0.19
HSL 50.41º 0.69% 0.48% -
HSV(B) 50.41º 0.82% 0.81% -
XYZ 42.4 46.05 8.49 -
YUV 171.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 207 180 38 0 0.13 0.82 0.19 50.41 0.69 0.48
Hex CF B4 26 0 D 52 13 32 45 30
Octal 317 264 46 0 15 122 23 62 105 60
Binary 11001111 10110100 100110 0 1101 1010010 10011 110010 1000101 110000

Color Harmonies of #CFB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB426

Black with #CFB426

Text Example


Text Example

White with #CFB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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