Html Css Color HEX #CBAD23 Galliano

📋 copy color: '#CBAD23'

red 203 ◦ green 173 ◦ blue 35

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

Shades of Galliano #CBAD23

Tints of Galliano #CBAD23

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 49.39%
G = 42.09%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBAD23 (or 0xCBAD23) is known color: Galliano. HEX triplet: CB, AD and 23. RGB value is (203,173,35). Sum of RGB (Red+Green+Blue) = 203+173+35=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD23 is #3452DC. Grayscale: #A6A6A6. Windows color (decimal): -3429085 or 2338251. OLE color: 2338251.

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

Color convert

RGB 203 173 35 -
CMYK 0 0.15 0.83 0.20
HSL 49.29º 0.71% 0.47% -
HSV(B) 49.29º 0.83% 0.8% -
XYZ 39.88 42.71 7.73 -
YUV 166.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 203 173 35 0 0.15 0.83 0.20 49.29 0.71 0.47
Hex CB AD 23 0 F 53 14 31 47 2F
Octal 313 255 43 0 17 123 24 61 107 57
Binary 11001011 10101101 100011 0 1111 1010011 10100 110001 1000111 101111

Color Harmonies of #CBAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD23

Black with #CBAD23

Text Example


Text Example

White with #CBAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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