Html Css Color HEX #CBA826 Galliano

📋 copy color: '#CBA826'

red 203 ◦ green 168 ◦ blue 38

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

Shades of Galliano #CBA826

Tints of Galliano #CBA826

RGB

 RED value IS 203 (79.69% from 255) = 49.63%

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 49.63%
G = 41.08%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBA826 (or 0xCBA826) is known color: Galliano. HEX triplet: CB, A8 and 26. RGB value is (203,168,38). Sum of RGB (Red+Green+Blue) = 203+168+38=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA826 is #3457D9. Grayscale: #A4A4A4. Windows color (decimal): -3430362 or 2533579. OLE color: 2533579.

HSL color Cylindrical-coordinate representation of color #CBA826: hue angle of 47.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBA826 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 38 -
CMYK 0 0.17 0.81 0.20
HSL 47.27º 0.68% 0.47% -
HSV(B) 47.27º 0.81% 0.8% -
XYZ 38.98 40.84 7.66 -
YUV 163.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 203 168 38 0 0.17 0.81 0.20 47.27 0.68 0.47
Hex CB A8 26 0 11 51 14 2F 44 2F
Octal 313 250 46 0 21 121 24 57 104 57
Binary 11001011 10101000 100110 0 10001 1010001 10100 101111 1000100 101111

Color Harmonies of #CBA826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA826

Black with #CBA826

Text Example


Text Example

White with #CBA826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA826; }

 p { color: rgb(203,168,38); }

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

background-color css

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

 a { background-color: rgb(203,168,38); }

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

border-color css

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

 span { border-color: rgb(203,168,38); }

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