Html Css Color HEX #CBC828 Barberry

📋 copy color: '#CBC828'

red 203 ◦ green 200 ◦ blue 40

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

Shades of Barberry #CBC828

Tints of Barberry #CBC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.15%

 BLUE value IS 40 (16.02% from 255) = 9.03%

R = 45.82%
G = 45.15%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC828 (or 0xCBC828) is known color: Barberry. HEX triplet: CB, C8 and 28. RGB value is (203,200,40). Sum of RGB (Red+Green+Blue) = 203+200+40=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC828 is #3437D7. Grayscale: #B7B7B7. Windows color (decimal): -3422168 or 2672843. OLE color: 2672843.

HSL color Cylindrical-coordinate representation of color #CBC828: hue angle of 58.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBC828 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 200 40 -
CMYK 0 0.01 0.80 0.20
HSL 58.9º 0.67% 0.48% -
HSV(B) 58.9º 0.8% 0.8% -
XYZ 45.67 54.16 10.05 -
YUV 182.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 203 200 40 0 0.01 0.80 0.20 58.9 0.67 0.48
Hex CB C8 28 0 1 50 14 3B 43 30
Octal 313 310 50 0 1 120 24 73 103 60
Binary 11001011 11001000 101000 0 1 1010000 10100 111011 1000011 110000

Color Harmonies of #CBC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC828

Black with #CBC828

Text Example


Text Example

White with #CBC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC828; }

 p { color: rgb(203,200,40); }

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

background-color css

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

 a { background-color: rgb(203,200,40); }

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

border-color css

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

 span { border-color: rgb(203,200,40); }

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