Html Css Color HEX #CCCD16 Barberry

📋 copy color: '#CCCD16'

red 204 ◦ green 205 ◦ blue 22

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

Shades of Barberry #CCCD16

Tints of Barberry #CCCD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

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

R = 47.33%
G = 47.56%
B = 5.1%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CCCD16 (or 0xCCCD16) is known color: Barberry. HEX triplet: CC, CD and 16. RGB value is (204,205,22). Sum of RGB (Red+Green+Blue) = 204+205+22=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD16 is #3332E9. Grayscale: #B8B8B8. Windows color (decimal): -3355370 or 1494476. OLE color: 1494476.

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

Color convert

RGB 204 205 22 -
CMYK 0.00 0 0.89 0.20
HSL 60.33º 0.81% 0.45% -
HSV(B) 60.33º 0.89% 0.8% -
XYZ 46.88 56.56 9.21 -
YUV 183.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 204 205 22 0.00 0 0.89 0.20 60.33 0.81 0.45
Hex CC CD 16 0 0 59 14 3C 51 2D
Octal 314 315 26 0 0 131 24 74 121 55
Binary 11001100 11001101 10110 0 0 1011001 10100 111100 1010001 101101

Color Harmonies of #CCCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD16

Black with #CCCD16

Text Example


Text Example

White with #CCCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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