Html Css Color HEX #CBC021 Barberry

📋 copy color: '#CBC021'

red 203 ◦ green 192 ◦ blue 33

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

Shades of Barberry #CBC021

Tints of Barberry #CBC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.86%

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

R = 47.43%
G = 44.86%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBC021 (or 0xCBC021) is known color: Barberry. HEX triplet: CB, C0 and 21. RGB value is (203,192,33). Sum of RGB (Red+Green+Blue) = 203+192+33=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC021 is #343FDE. Grayscale: #B1B1B1. Windows color (decimal): -3424223 or 2212043. OLE color: 2212043.

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

Color convert

RGB 203 192 33 -
CMYK 0 0.05 0.84 0.20
HSL 56.12º 0.72% 0.46% -
HSV(B) 56.12º 0.84% 0.8% -
XYZ 43.75 50.51 8.88 -
YUV 177.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 203 192 33 0 0.05 0.84 0.20 56.12 0.72 0.46
Hex CB C0 21 0 5 54 14 38 48 2E
Octal 313 300 41 0 5 124 24 70 110 56
Binary 11001011 11000000 100001 0 101 1010100 10100 111000 1001000 101110

Color Harmonies of #CBC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC021

Black with #CBC021

Text Example


Text Example

White with #CBC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC021; }

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

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

background-color css

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

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

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

border-color css

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

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

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