Html Css Color HEX #CBC428 Barberry

📋 copy color: '#CBC428'

red 203 ◦ green 196 ◦ blue 40

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

Shades of Barberry #CBC428

Tints of Barberry #CBC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

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

R = 46.24%
G = 44.65%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC428 (or 0xCBC428) is known color: Barberry. HEX triplet: CB, C4 and 28. RGB value is (203,196,40). Sum of RGB (Red+Green+Blue) = 203+196+40=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC428 is #343BD7. Grayscale: #B4B4B4. Windows color (decimal): -3423192 or 2671819. OLE color: 2671819.

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

Color convert

RGB 203 196 40 -
CMYK 0 0.03 0.80 0.20
HSL 57.42º 0.67% 0.48% -
HSV(B) 57.42º 0.8% 0.8% -
XYZ 44.75 52.33 9.75 -
YUV 180.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 203 196 40 0 0.03 0.80 0.20 57.42 0.67 0.48
Hex CB C4 28 0 3 50 14 39 43 30
Octal 313 304 50 0 3 120 24 71 103 60
Binary 11001011 11000100 101000 0 11 1010000 10100 111001 1000011 110000

Color Harmonies of #CBC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC428

Black with #CBC428

Text Example


Text Example

White with #CBC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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