Html Css Color HEX #CBB01D Galliano

📋 copy color: '#CBB01D'

red 203 ◦ green 176 ◦ blue 29

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

Shades of Galliano #CBB01D

Tints of Galliano #CBB01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 49.75%
G = 43.14%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBB01D (or 0xCBB01D) is known color: Galliano. HEX triplet: CB, B0 and 1D. RGB value is (203,176,29). Sum of RGB (Red+Green+Blue) = 203+176+29=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB01D is #344FE2. Grayscale: #A7A7A7. Windows color (decimal): -3428323 or 1945803. OLE color: 1945803.

HSL color Cylindrical-coordinate representation of color #CBB01D: hue angle of 50.69º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBB01D is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 29 -
CMYK 0 0.13 0.86 0.20
HSL 50.69º 0.75% 0.45% -
HSV(B) 50.69º 0.86% 0.8% -
XYZ 40.38 43.84 7.5 -
YUV 167.32 49.95 153.45 -
System Red Green Blue C M Y K H S L
Decimal 203 176 29 0 0.13 0.86 0.20 50.69 0.75 0.45
Hex CB B0 1D 0 D 56 14 33 4B 2D
Octal 313 260 35 0 15 126 24 63 113 55
Binary 11001011 10110000 11101 0 1101 1010110 10100 110011 1001011 101101

Color Harmonies of #CBB01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB01D

Black with #CBB01D

Text Example


Text Example

White with #CBB01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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