Html Css Color HEX #DCCF16 Barberry

📋 copy color: '#DCCF16'

red 220 ◦ green 207 ◦ blue 22

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

Shades of Barberry #DCCF16

Tints of Barberry #DCCF16

RGB

 RED value IS 220 (86.33% from 255) = 49%

 GREEN value IS 207 (81.25% from 255) = 46.1%

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

R = 49%
G = 46.1%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCCF16 (or 0xDCCF16) is known color: Barberry. HEX triplet: DC, CF and 16. RGB value is (220,207,22). Sum of RGB (Red+Green+Blue) = 220+207+22=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF16 is #2330E9. Grayscale: #BEBEBE. Windows color (decimal): -2306282 or 1495004. OLE color: 1495004.

HSL color Cylindrical-coordinate representation of color #DCCF16: hue angle of 56.06º 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 #DCCF16 is Cyan = 0, Magento = 0.06, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 22 -
CMYK 0 0.06 0.9 0.14
HSL 56.06º 0.82% 0.47% -
HSV(B) 56.06º 0.9% 0.86% -
XYZ 51.97 59.9 9.58 -
YUV 189.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 220 207 22 0 0.06 0.9 0.14 56.06 0.82 0.47
Hex DC CF 16 0 6 5A E 38 52 2F
Octal 334 317 26 0 6 132 16 70 122 57
Binary 11011100 11001111 10110 0 110 1011010 1110 111000 1010010 101111

Color Harmonies of #DCCF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF16

Black with #DCCF16

Text Example


Text Example

White with #DCCF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF16; }

 p { color: rgb(220,207,22); }

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

background-color css

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

 a { background-color: rgb(220,207,22); }

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

border-color css

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

 span { border-color: rgb(220,207,22); }

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