Html Css Color HEX #CBB225 Galliano

📋 copy color: '#CBB225'

red 203 ◦ green 178 ◦ blue 37

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

Shades of Galliano #CBB225

Tints of Galliano #CBB225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.85%

R = 48.56%
G = 42.58%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBB225 (or 0xCBB225) is known color: Galliano. HEX triplet: CB, B2 and 25. RGB value is (203,178,37). Sum of RGB (Red+Green+Blue) = 203+178+37=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB225 is #344DDA. Grayscale: #A9A9A9. Windows color (decimal): -3427803 or 2470603. OLE color: 2470603.

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

Color convert

RGB 203 178 37 -
CMYK 0 0.12 0.82 0.20
HSL 50.96º 0.69% 0.47% -
HSV(B) 50.96º 0.82% 0.8% -
XYZ 40.88 44.67 8.22 -
YUV 169.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 203 178 37 0 0.12 0.82 0.20 50.96 0.69 0.47
Hex CB B2 25 0 C 52 14 33 45 2F
Octal 313 262 45 0 14 122 24 63 105 57
Binary 11001011 10110010 100101 0 1100 1010010 10100 110011 1000101 101111

Color Harmonies of #CBB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB225

Black with #CBB225

Text Example


Text Example

White with #CBB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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