Html Css Color HEX #CBC424 Barberry

📋 copy color: '#CBC424'

red 203 ◦ green 196 ◦ blue 36

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

Shades of Barberry #CBC424

Tints of Barberry #CBC424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.28%

R = 46.67%
G = 45.06%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBC424 (or 0xCBC424) is known color: Barberry. HEX triplet: CB, C4 and 24. RGB value is (203,196,36). Sum of RGB (Red+Green+Blue) = 203+196+36=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC424 is #343BDB. Grayscale: #B4B4B4. Windows color (decimal): -3423196 or 2409675. OLE color: 2409675.

HSL color Cylindrical-coordinate representation of color #CBC424: hue angle of 57.49º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBC424 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 36 -
CMYK 0 0.03 0.82 0.20
HSL 57.49º 0.7% 0.47% -
HSV(B) 57.49º 0.82% 0.8% -
XYZ 44.69 52.3 9.41 -
YUV 179.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 203 196 36 0 0.03 0.82 0.20 57.49 0.7 0.47
Hex CB C4 24 0 3 52 14 39 46 2F
Octal 313 304 44 0 3 122 24 71 106 57
Binary 11001011 11000100 100100 0 11 1010010 10100 111001 1000110 101111

Color Harmonies of #CBC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC424

Black with #CBC424

Text Example


Text Example

White with #CBC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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