Html Css Color HEX #CCC22B Barberry

📋 copy color: '#CCC22B'

red 204 ◦ green 194 ◦ blue 43

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

Shades of Barberry #CCC22B

Tints of Barberry #CCC22B

RGB

 RED value IS 204 (80.08% from 255) = 46.26%

 GREEN value IS 194 (76.17% from 255) = 43.99%

 BLUE value IS 43 (17.19% from 255) = 9.75%

R = 46.26%
G = 43.99%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCC22B (or 0xCCC22B) is known color: Barberry. HEX triplet: CC, C2 and 2B. RGB value is (204,194,43). Sum of RGB (Red+Green+Blue) = 204+194+43=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC22B is #333DD4. Grayscale: #B4B4B4. Windows color (decimal): -3358165 or 2867916. OLE color: 2867916.

HSL color Cylindrical-coordinate representation of color #CCC22B: hue angle of 56.27º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCC22B is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 43 -
CMYK 0 0.05 0.79 0.2
HSL 56.27º 0.65% 0.48% -
HSV(B) 56.27º 0.79% 0.8% -
XYZ 44.63 51.6 9.89 -
YUV 179.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 204 194 43 0 0.05 0.79 0.2 56.27 0.65 0.48
Hex CC C2 2B 0 5 4F 14 38 41 30
Octal 314 302 53 0 5 117 24 70 101 60
Binary 11001100 11000010 101011 0 101 1001111 10100 111000 1000001 110000

Color Harmonies of #CCC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC22B

Black with #CCC22B

Text Example


Text Example

White with #CCC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC22B; }

 p { color: rgb(204,194,43); }

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

background-color css

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

 a { background-color: rgb(204,194,43); }

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

border-color css

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

 span { border-color: rgb(204,194,43); }

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