Html Css Color HEX #CCDB10 Barberry

📋 copy color: '#CCDB10'

red 204 ◦ green 219 ◦ blue 16

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

Shades of Barberry #CCDB10

Tints of Barberry #CCDB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 46.47%
G = 49.89%
B = 3.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#CCDB10 (or 0xCCDB10) is known color: Barberry. HEX triplet: CC, DB and 10. RGB value is (204,219,16). Sum of RGB (Red+Green+Blue) = 204+219+16=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB10 is #3324EF. Grayscale: #C0C0C0. Windows color (decimal): -3351792 or 1104844. OLE color: 1104844.

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

Color convert

RGB 204 219 16 -
CMYK 0.07 0 0.93 0.14
HSL 64.43º 0.86% 0.46% -
HSV(B) 64.43º 0.93% 0.86% -
XYZ 50.33 63.54 10.1 -
YUV 191.37 29.03 137.01 -
System Red Green Blue C M Y K H S L
Decimal 204 219 16 0.07 0 0.93 0.14 64.43 0.86 0.46
Hex CC DB 10 7 0 5D E 40 56 2E
Octal 314 333 20 7 0 135 16 100 126 56
Binary 11001100 11011011 10000 111 0 1011101 1110 1000000 1010110 101110

Color Harmonies of #CCDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB10

Black with #CCDB10

Text Example


Text Example

White with #CCDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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