Html Css Color HEX #CBC422 Barberry

📋 copy color: '#CBC422'

red 203 ◦ green 196 ◦ blue 34

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

Shades of Barberry #CBC422

Tints of Barberry #CBC422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 46.88%
G = 45.27%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBC422 (or 0xCBC422) is known color: Barberry. HEX triplet: CB, C4 and 22. RGB value is (203,196,34). Sum of RGB (Red+Green+Blue) = 203+196+34=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC422 is #343BDD. Grayscale: #B4B4B4. Windows color (decimal): -3423198 or 2278603. OLE color: 2278603.

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

Color convert

RGB 203 196 34 -
CMYK 0 0.03 0.83 0.20
HSL 57.51º 0.71% 0.46% -
HSV(B) 57.51º 0.83% 0.8% -
XYZ 44.66 52.29 9.25 -
YUV 179.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 203 196 34 0 0.03 0.83 0.20 57.51 0.71 0.46
Hex CB C4 22 0 3 53 14 3A 47 2E
Octal 313 304 42 0 3 123 24 72 107 56
Binary 11001011 11000100 100010 0 11 1010011 10100 111010 1000111 101110

Color Harmonies of #CBC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC422

Black with #CBC422

Text Example


Text Example

White with #CBC422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC422; }

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

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

background-color css

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

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

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

border-color css

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

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

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