Html Css Color HEX #CBB01E Galliano

📋 copy color: '#CBB01E'

red 203 ◦ green 176 ◦ blue 30

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

Shades of Galliano #CBB01E

Tints of Galliano #CBB01E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

 BLUE value IS 30 (12.11% from 255) = 7.33%

R = 49.63%
G = 43.03%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CBB01E (or 0xCBB01E) is known color: Galliano. HEX triplet: CB, B0 and 1E. RGB value is (203,176,30). Sum of RGB (Red+Green+Blue) = 203+176+30=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB01E is #344FE1. Grayscale: #A8A8A8. Windows color (decimal): -3428322 or 2011339. OLE color: 2011339.

HSL color Cylindrical-coordinate representation of color #CBB01E: hue angle of 50.64º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBB01E is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 30 -
CMYK 0 0.13 0.85 0.20
HSL 50.64º 0.74% 0.46% -
HSV(B) 50.64º 0.85% 0.8% -
XYZ 40.39 43.84 7.56 -
YUV 167.43 50.45 153.37 -
System Red Green Blue C M Y K H S L
Decimal 203 176 30 0 0.13 0.85 0.20 50.64 0.74 0.46
Hex CB B0 1E 0 D 55 14 33 4A 2E
Octal 313 260 36 0 15 125 24 63 112 56
Binary 11001011 10110000 11110 0 1101 1010101 10100 110011 1001010 101110

Color Harmonies of #CBB01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB01E

Black with #CBB01E

Text Example


Text Example

White with #CBB01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB01E; }

 p { color: rgb(203,176,30); }

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

background-color css

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

 a { background-color: rgb(203,176,30); }

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

border-color css

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

 span { border-color: rgb(203,176,30); }

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