Html Css Color HEX #CBC521 Barberry

📋 copy color: '#CBC521'

red 203 ◦ green 197 ◦ blue 33

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

Shades of Barberry #CBC521

Tints of Barberry #CBC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.5%

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

R = 46.88%
G = 45.5%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBC521 (or 0xCBC521) is known color: Barberry. HEX triplet: CB, C5 and 21. RGB value is (203,197,33). Sum of RGB (Red+Green+Blue) = 203+197+33=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC521 is #343ADE. Grayscale: #B4B4B4. Windows color (decimal): -3422943 or 2213323. OLE color: 2213323.

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

Color convert

RGB 203 197 33 -
CMYK 0 0.03 0.84 0.20
HSL 57.88º 0.72% 0.46% -
HSV(B) 57.88º 0.84% 0.8% -
XYZ 44.87 52.74 9.25 -
YUV 180.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 203 197 33 0 0.03 0.84 0.20 57.88 0.72 0.46
Hex CB C5 21 0 3 54 14 3A 48 2E
Octal 313 305 41 0 3 124 24 72 110 56
Binary 11001011 11000101 100001 0 11 1010100 10100 111010 1001000 101110

Color Harmonies of #CBC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC521

Black with #CBC521

Text Example


Text Example

White with #CBC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC521; }

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

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

background-color css

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

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

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

border-color css

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

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

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