Html Css Color HEX #CCDB11 Barberry

📋 copy color: '#CCDB11'

red 204 ◦ green 219 ◦ blue 17

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

Shades of Barberry #CCDB11

Tints of Barberry #CCDB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.86%

R = 46.36%
G = 49.77%
B = 3.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#CCDB11 (or 0xCCDB11) is known color: Barberry. HEX triplet: CC, DB and 11. RGB value is (204,219,17). Sum of RGB (Red+Green+Blue) = 204+219+17=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB11 is #3324EE. Grayscale: #C0C0C0. Windows color (decimal): -3351791 or 1170380. OLE color: 1170380.

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

Color convert

RGB 204 219 17 -
CMYK 0.07 0 0.92 0.14
HSL 64.46º 0.86% 0.46% -
HSV(B) 64.46º 0.92% 0.86% -
XYZ 50.33 63.54 10.14 -
YUV 191.49 29.53 136.93 -
System Red Green Blue C M Y K H S L
Decimal 204 219 17 0.07 0 0.92 0.14 64.46 0.86 0.46
Hex CC DB 11 7 0 5C E 40 56 2E
Octal 314 333 21 7 0 134 16 100 126 56
Binary 11001100 11011011 10001 111 0 1011100 1110 1000000 1010110 101110

Color Harmonies of #CCDB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB11

Black with #CCDB11

Text Example


Text Example

White with #CCDB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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