Html Css Color HEX #CBC028 Barberry

📋 copy color: '#CBC028'

red 203 ◦ green 192 ◦ blue 40

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

Shades of Barberry #CBC028

Tints of Barberry #CBC028

RGB

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

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

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

R = 46.67%
G = 44.14%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC028 (or 0xCBC028) is known color: Barberry. HEX triplet: CB, C0 and 28. RGB value is (203,192,40). Sum of RGB (Red+Green+Blue) = 203+192+40=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC028 is #343FD7. Grayscale: #B2B2B2. Windows color (decimal): -3424216 or 2670795. OLE color: 2670795.

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

Color convert

RGB 203 192 40 -
CMYK 0 0.05 0.80 0.20
HSL 55.95º 0.67% 0.48% -
HSV(B) 55.95º 0.8% 0.8% -
XYZ 43.86 50.55 9.45 -
YUV 177.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 203 192 40 0 0.05 0.80 0.20 55.95 0.67 0.48
Hex CB C0 28 0 5 50 14 38 43 30
Octal 313 300 50 0 5 120 24 70 103 60
Binary 11001011 11000000 101000 0 101 1010000 10100 111000 1000011 110000

Color Harmonies of #CBC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC028

Black with #CBC028

Text Example


Text Example

White with #CBC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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