Html Css Color HEX #CBB024 Galliano

📋 copy color: '#CBB024'

red 203 ◦ green 176 ◦ blue 36

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

Shades of Galliano #CBB024

Tints of Galliano #CBB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.67%

R = 48.92%
G = 42.41%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBB024 (or 0xCBB024) is known color: Galliano. HEX triplet: CB, B0 and 24. RGB value is (203,176,36). Sum of RGB (Red+Green+Blue) = 203+176+36=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB024 is #344FDB. Grayscale: #A8A8A8. Windows color (decimal): -3428316 or 2404555. OLE color: 2404555.

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

Color convert

RGB 203 176 36 -
CMYK 0 0.13 0.82 0.20
HSL 50.3º 0.7% 0.47% -
HSV(B) 50.3º 0.82% 0.8% -
XYZ 40.47 43.87 8 -
YUV 168.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 203 176 36 0 0.13 0.82 0.20 50.3 0.7 0.47
Hex CB B0 24 0 D 52 14 32 46 2F
Octal 313 260 44 0 15 122 24 62 106 57
Binary 11001011 10110000 100100 0 1101 1010010 10100 110010 1000110 101111

Color Harmonies of #CBB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB024

Black with #CBB024

Text Example


Text Example

White with #CBB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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