Html Css Color HEX #CBB521 Bird Flower

📋 copy color: '#CBB521'

red 203 ◦ green 181 ◦ blue 33

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

Shades of Bird Flower #CBB521

Tints of Bird Flower #CBB521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 48.68%
G = 43.41%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBB521 (or 0xCBB521) is known color: Bird Flower. HEX triplet: CB, B5 and 21. RGB value is (203,181,33). Sum of RGB (Red+Green+Blue) = 203+181+33=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB521 is #344ADE. Grayscale: #ABABAB. Windows color (decimal): -3427039 or 2209227. OLE color: 2209227.

HSL color Cylindrical-coordinate representation of color #CBB521: hue angle of 52.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBB521 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 181 33 -
CMYK 0 0.11 0.84 0.20
HSL 52.24º 0.72% 0.46% -
HSV(B) 52.24º 0.84% 0.8% -
XYZ 41.43 45.85 8.11 -
YUV 170.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 203 181 33 0 0.11 0.84 0.20 52.24 0.72 0.46
Hex CB B5 21 0 B 54 14 34 48 2E
Octal 313 265 41 0 13 124 24 64 110 56
Binary 11001011 10110101 100001 0 1011 1010100 10100 110100 1001000 101110

Color Harmonies of #CBB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB521

Black with #CBB521

Text Example


Text Example

White with #CBB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB521; }

 p { color: rgb(203,181,33); }

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

background-color css

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

 a { background-color: rgb(203,181,33); }

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

border-color css

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

 span { border-color: rgb(203,181,33); }

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