Html Css Color HEX #CBB118 Bird Flower

📋 copy color: '#CBB118'

red 203 ◦ green 177 ◦ blue 24

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

Shades of Bird Flower #CBB118

Tints of Bird Flower #CBB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 50.25%
G = 43.81%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBB118 (or 0xCBB118) is known color: Bird Flower. HEX triplet: CB, B1 and 18. RGB value is (203,177,24). Sum of RGB (Red+Green+Blue) = 203+177+24=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB118 is #344EE7. Grayscale: #A7A7A7. Windows color (decimal): -3428072 or 1618379. OLE color: 1618379.

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

Color convert

RGB 203 177 24 -
CMYK 0 0.13 0.88 0.20
HSL 51.28º 0.79% 0.45% -
HSV(B) 51.28º 0.88% 0.8% -
XYZ 40.52 44.21 7.26 -
YUV 167.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 203 177 24 0 0.13 0.88 0.20 51.28 0.79 0.45
Hex CB B1 18 0 D 58 14 33 4F 2D
Octal 313 261 30 0 15 130 24 63 117 55
Binary 11001011 10110001 11000 0 1101 1011000 10100 110011 1001111 101101

Color Harmonies of #CBB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB118

Black with #CBB118

Text Example


Text Example

White with #CBB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB118; }

 p { color: rgb(203,177,24); }

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

background-color css

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

 a { background-color: rgb(203,177,24); }

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

border-color css

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

 span { border-color: rgb(203,177,24); }

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