Html Css Color HEX #CBB023 Galliano

📋 copy color: '#CBB023'

red 203 ◦ green 176 ◦ blue 35

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

Shades of Galliano #CBB023

Tints of Galliano #CBB023

RGB

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

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

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

R = 49.03%
G = 42.51%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBB023 (or 0xCBB023) is known color: Galliano. HEX triplet: CB, B0 and 23. RGB value is (203,176,35). Sum of RGB (Red+Green+Blue) = 203+176+35=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB023 is #344FDC. Grayscale: #A8A8A8. Windows color (decimal): -3428317 or 2339019. OLE color: 2339019.

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

Color convert

RGB 203 176 35 -
CMYK 0 0.13 0.83 0.20
HSL 50.36º 0.71% 0.47% -
HSV(B) 50.36º 0.83% 0.8% -
XYZ 40.46 43.87 7.93 -
YUV 168 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 203 176 35 0 0.13 0.83 0.20 50.36 0.71 0.47
Hex CB B0 23 0 D 53 14 32 47 2F
Octal 313 260 43 0 15 123 24 62 107 57
Binary 11001011 10110000 100011 0 1101 1010011 10100 110010 1000111 101111

Color Harmonies of #CBB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB023

Black with #CBB023

Text Example


Text Example

White with #CBB023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB023; }

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

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

background-color css

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

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

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

border-color css

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

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

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