Html Css Color HEX #CCDB16 Barberry

📋 copy color: '#CCDB16'

red 204 ◦ green 219 ◦ blue 22

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

Shades of Barberry #CCDB16

Tints of Barberry #CCDB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.21%

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

R = 45.84%
G = 49.21%
B = 4.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#CCDB16 (or 0xCCDB16) is known color: Barberry. HEX triplet: CC, DB and 16. RGB value is (204,219,22). Sum of RGB (Red+Green+Blue) = 204+219+22=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB16 is #3324E9. Grayscale: #C0C0C0. Windows color (decimal): -3351786 or 1498060. OLE color: 1498060.

HSL color Cylindrical-coordinate representation of color #CCDB16: hue angle of 64.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCDB16 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 22 -
CMYK 0.07 0 0.90 0.14
HSL 64.57º 0.82% 0.47% -
HSV(B) 64.57º 0.9% 0.86% -
XYZ 50.38 63.56 10.37 -
YUV 192.06 32.03 136.52 -
System Red Green Blue C M Y K H S L
Decimal 204 219 22 0.07 0 0.90 0.14 64.57 0.82 0.47
Hex CC DB 16 7 0 5A E 41 52 2F
Octal 314 333 26 7 0 132 16 101 122 57
Binary 11001100 11011011 10110 111 0 1011010 1110 1000001 1010010 101111

Color Harmonies of #CCDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB16

Black with #CCDB16

Text Example


Text Example

White with #CCDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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