Html Css Color HEX #CCCE28 Barberry

📋 copy color: '#CCCE28'

red 204 ◦ green 206 ◦ blue 40

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

Shades of Barberry #CCCE28

Tints of Barberry #CCCE28

RGB

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

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

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

R = 45.33%
G = 45.78%
B = 8.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CCCE28 (or 0xCCCE28) is known color: Barberry. HEX triplet: CC, CE and 28. RGB value is (204,206,40). Sum of RGB (Red+Green+Blue) = 204+206+40=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE28 is #3331D7. Grayscale: #BBBBBB. Windows color (decimal): -3355096 or 2674380. OLE color: 2674380.

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

Color convert

RGB 204 206 40 -
CMYK 0.01 0 0.81 0.19
HSL 60.72º 0.67% 0.48% -
HSV(B) 60.72º 0.81% 0.81% -
XYZ 47.36 57.13 10.54 -
YUV 186.48 45.34 140.5 -
System Red Green Blue C M Y K H S L
Decimal 204 206 40 0.01 0 0.81 0.19 60.72 0.67 0.48
Hex CC CE 28 1 0 51 13 3D 43 30
Octal 314 316 50 1 0 121 23 75 103 60
Binary 11001100 11001110 101000 1 0 1010001 10011 111101 1000011 110000

Color Harmonies of #CCCE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE28

Black with #CCCE28

Text Example


Text Example

White with #CCCE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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