Html Css Color HEX #DCCF17 Barberry

📋 copy color: '#DCCF17'

red 220 ◦ green 207 ◦ blue 23

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

Shades of Barberry #DCCF17

Tints of Barberry #DCCF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.11%

R = 48.89%
G = 46%
B = 5.11%

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

#DCCF17 (or 0xDCCF17) is known color: Barberry. HEX triplet: DC, CF and 17. RGB value is (220,207,23). Sum of RGB (Red+Green+Blue) = 220+207+23=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF17 is #2330E8. Grayscale: #BEBEBE. Windows color (decimal): -2306281 or 1560540. OLE color: 1560540.

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

Color convert

RGB 220 207 23 -
CMYK 0 0.06 0.90 0.14
HSL 56.04º 0.81% 0.48% -
HSV(B) 56.04º 0.9% 0.86% -
XYZ 51.98 59.9 9.63 -
YUV 189.91 33.81 149.46 -
System Red Green Blue C M Y K H S L
Decimal 220 207 23 0 0.06 0.90 0.14 56.04 0.81 0.48
Hex DC CF 17 0 6 5A E 38 51 30
Octal 334 317 27 0 6 132 16 70 121 60
Binary 11011100 11001111 10111 0 110 1011010 1110 111000 1010001 110000

Color Harmonies of #DCCF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF17

Black with #DCCF17

Text Example


Text Example

White with #DCCF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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