Html Css Color HEX #CBA727 Galliano

📋 copy color: '#CBA727'

red 203 ◦ green 167 ◦ blue 39

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

Shades of Galliano #CBA727

Tints of Galliano #CBA727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 49.63%
G = 40.83%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBA727 (or 0xCBA727) is known color: Galliano. HEX triplet: CB, A7 and 27. RGB value is (203,167,39). Sum of RGB (Red+Green+Blue) = 203+167+39=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA727 is #3458D8. Grayscale: #A3A3A3. Windows color (decimal): -3430617 or 2598859. OLE color: 2598859.

HSL color Cylindrical-coordinate representation of color #CBA727: hue angle of 46.83º 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 #CBA727 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 39 -
CMYK 0 0.18 0.81 0.20
HSL 46.83º 0.68% 0.47% -
HSV(B) 46.83º 0.81% 0.8% -
XYZ 38.81 40.48 7.69 -
YUV 163.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 203 167 39 0 0.18 0.81 0.20 46.83 0.68 0.47
Hex CB A7 27 0 12 51 14 2F 44 2F
Octal 313 247 47 0 22 121 24 57 104 57
Binary 11001011 10100111 100111 0 10010 1010001 10100 101111 1000100 101111

Color Harmonies of #CBA727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA727

Black with #CBA727

Text Example


Text Example

White with #CBA727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA727; }

 p { color: rgb(203,167,39); }

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

background-color css

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

 a { background-color: rgb(203,167,39); }

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

border-color css

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

 span { border-color: rgb(203,167,39); }

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