Html Css Color HEX #CBB223 Galliano

📋 copy color: '#CBB223'

red 203 ◦ green 178 ◦ blue 35

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

Shades of Galliano #CBB223

Tints of Galliano #CBB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 48.8%
G = 42.79%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBB223 (or 0xCBB223) is known color: Galliano. HEX triplet: CB, B2 and 23. RGB value is (203,178,35). Sum of RGB (Red+Green+Blue) = 203+178+35=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB223 is #344DDC. Grayscale: #A9A9A9. Windows color (decimal): -3427805 or 2339531. OLE color: 2339531.

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

Color convert

RGB 203 178 35 -
CMYK 0 0.12 0.83 0.20
HSL 51.07º 0.71% 0.47% -
HSV(B) 51.07º 0.83% 0.8% -
XYZ 40.85 44.66 8.06 -
YUV 169.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 203 178 35 0 0.12 0.83 0.20 51.07 0.71 0.47
Hex CB B2 23 0 C 53 14 33 47 2F
Octal 313 262 43 0 14 123 24 63 107 57
Binary 11001011 10110010 100011 0 1100 1010011 10100 110011 1000111 101111

Color Harmonies of #CBB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB223

Black with #CBB223

Text Example


Text Example

White with #CBB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB223; }

 p { color: rgb(203,178,35); }

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

background-color css

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

 a { background-color: rgb(203,178,35); }

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

border-color css

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

 span { border-color: rgb(203,178,35); }

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