Html Css Color HEX #DCCF15 Barberry

📋 copy color: '#DCCF15'

red 220 ◦ green 207 ◦ blue 21

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

Shades of Barberry #DCCF15

Tints of Barberry #DCCF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.69%

R = 49.11%
G = 46.21%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCCF15 (or 0xDCCF15) is known color: Barberry. HEX triplet: DC, CF and 15. RGB value is (220,207,21). Sum of RGB (Red+Green+Blue) = 220+207+21=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF15 is #2330EA. Grayscale: #BEBEBE. Windows color (decimal): -2306283 or 1429468. OLE color: 1429468.

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

Color convert

RGB 220 207 21 -
CMYK 0 0.06 0.90 0.14
HSL 56.08º 0.83% 0.47% -
HSV(B) 56.08º 0.9% 0.86% -
XYZ 51.96 59.9 9.53 -
YUV 189.68 32.81 149.62 -
System Red Green Blue C M Y K H S L
Decimal 220 207 21 0 0.06 0.90 0.14 56.08 0.83 0.47
Hex DC CF 15 0 6 5A E 38 53 2F
Octal 334 317 25 0 6 132 16 70 123 57
Binary 11011100 11001111 10101 0 110 1011010 1110 111000 1010011 101111

Color Harmonies of #DCCF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF15

Black with #DCCF15

Text Example


Text Example

White with #DCCF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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