Html Css Color HEX #DCCE17 Barberry

📋 copy color: '#DCCE17'

red 220 ◦ green 206 ◦ blue 23

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

Shades of Barberry #DCCE17

Tints of Barberry #DCCE17

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

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

R = 49%
G = 45.88%
B = 5.12%

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

#DCCE17 (or 0xDCCE17) is known color: Barberry. HEX triplet: DC, CE and 17. RGB value is (220,206,23). Sum of RGB (Red+Green+Blue) = 220+206+23=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE17 is #2331E8. Grayscale: #BEBEBE. Windows color (decimal): -2306537 or 1560284. OLE color: 1560284.

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

Color convert

RGB 220 206 23 -
CMYK 0 0.06 0.90 0.14
HSL 55.74º 0.81% 0.48% -
HSV(B) 55.74º 0.9% 0.86% -
XYZ 51.74 59.42 9.55 -
YUV 189.32 34.14 149.88 -
System Red Green Blue C M Y K H S L
Decimal 220 206 23 0 0.06 0.90 0.14 55.74 0.81 0.48
Hex DC CE 17 0 6 5A E 38 51 30
Octal 334 316 27 0 6 132 16 70 121 60
Binary 11011100 11001110 10111 0 110 1011010 1110 111000 1010001 110000

Color Harmonies of #DCCE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE17

Black with #DCCE17

Text Example


Text Example

White with #DCCE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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