Html Css Color HEX #CCCE16 Barberry

📋 copy color: '#CCCE16'

red 204 ◦ green 206 ◦ blue 22

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

Shades of Barberry #CCCE16

Tints of Barberry #CCCE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.69%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 47.22%
G = 47.69%
B = 5.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CCCE16 (or 0xCCCE16) is known color: Barberry. HEX triplet: CC, CE and 16. RGB value is (204,206,22). Sum of RGB (Red+Green+Blue) = 204+206+22=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE16 is #3331E9. Grayscale: #B9B9B9. Windows color (decimal): -3355114 or 1494732. OLE color: 1494732.

HSL color Cylindrical-coordinate representation of color #CCCE16: hue angle of 60.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCCE16 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 22 -
CMYK 0.01 0 0.89 0.19
HSL 60.65º 0.81% 0.45% -
HSV(B) 60.65º 0.89% 0.81% -
XYZ 47.12 57.04 9.29 -
YUV 184.43 36.34 141.96 -
System Red Green Blue C M Y K H S L
Decimal 204 206 22 0.01 0 0.89 0.19 60.65 0.81 0.45
Hex CC CE 16 1 0 59 13 3D 51 2D
Octal 314 316 26 1 0 131 23 75 121 55
Binary 11001100 11001110 10110 1 0 1011001 10011 111101 1010001 101101

Color Harmonies of #CCCE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE16

Black with #CCCE16

Text Example


Text Example

White with #CCCE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE16; }

 p { color: rgb(204,206,22); }

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

background-color css

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

 a { background-color: rgb(204,206,22); }

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

border-color css

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

 span { border-color: rgb(204,206,22); }

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